@charset "utf-8";
body{font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";color:#000000;background:#FFF;/*letter-spacing: 1px;*/} 
body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, p, marquee, from{margin:0;padding:0;} 
ol, ul ,li{list-style: none;} 
img {border: 0; vertical-align:middle;} 
a{color:#333;text-decoration:none; }  
a:hover{color:#10a8dc;text-decoration:underline;-webkit-transition:all .2s linear;transition:all .2s linear;} 
/*
::selection { background:#c40000; color:#fff;}
::-moz-selection { background:#c40000; color:#fff;}
::-webkit-selection { background:#c40000; color:#fff;}
*/
::selection { background:#219bd9; color:#fff;}
::-moz-selection { background:#219bd9; color:#fff;}
::-webkit-selection { background:#219bd9; color:#fff;}
.tl{text-align: left;}
.tll{text-align: left !important;}
.tc{text-align: center;}
.tr{text-align: right;}
.hide{display:none;}
.block{display: block;}
.fixed {position: fixed;z-index:1;}
.l{float:left;}
.r{float:right;}
.clear{clear:both; font-size:0; line-height:0; height:0;}
.after-clear::after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.line {height:1px;background-color:#ddd;overflow:hidden;}
.line2px {height:0;border-top:1px solid #ddd;border-bottom:1px solid #fff;overflow:hidden;}
.line2pxlight {height:0;border-top:1px solid #939393;border-bottom:1px solid #fff;overflow:hidden;}
.h5 {height: 5px;display:block; overflow: hidden;}
.h10 {height: 10px;display:block; overflow: hidden;}
.h20 {height: 20px;display:block; overflow: hidden;}
.h50 {height: 50px;display:block; overflow: hidden;}
.fixhidden{overflow: hidden;}
.nowrap{white-space:nowrap;}
.nowarp-hidden{overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.relative{position: relative;}
.plr20{padding-left: 20px; padding-right: 20px; }
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml50{margin-left: 50px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb50{margin-bottom: 50px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr50{margin-right: 50px;}
.red{color: #c40000;}
.blue{color: #10a8dc;}
.nobd{border-width:0;}

.f24{font-size: 24px; font-weight: 500;}
.f20{font-size: 20px !important;}
.f16{font-size: 16px;}
.f14{font-size: 14px;}
.f12{font-size: 12px;}

.bd1{border: 1px solid #eaeaea;}

.l3-28{height:84px; overflow:hidden;}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align:middle: ;
}
button, input {
	line-height: normal;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow:visible: ;
}

.btn{
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:158px;
	height:38px;
	padding:0;
	margin:0;
	border:1px solid #b0b0b0;
	font-size:14px;
	line-height:38px;
	text-align:center;
	color:#b0b0b0;
	cursor:pointer;
	-webkit-transition:all .4s;
	transition:all .4s
}
.btn:hover{
	text-decoration:none;
	color:#b0b0b0;
}
.btn:focus{
	outline:0;
}
.btn:active{
	-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.18);
	box-shadow:inset 0 2px 4px rgba(0,0,0,0.18);
}
.btn[disabled]{
	border-style:dashed !important;
	border-color:#e0e0e0;
	background-color:#fff !important;
	color:#b0b0b0 !important;
	cursor:default !important;
}
.btn-disabled{
	background:#e0e0e0 !important;
	border-color:#e0e0e0 !important;
	color:#b0b0b0 !important;
	cursor:default !important;
}
.btn-small{
	width:118px;
	height:28px;
	font-size:12px;
	line-height:28px;
}
.btn-large{
	width:178px;
	height:48px;
	line-height:48px;
}
.btn-block{
	display:block;
	width:100%;
	padding-left:0;
	padding-right:0;
}
input.btn,button.btn{
	width:160px;
	height:40px;
}
input.btn-small,button.btn-small{
	width:120px;
	height:30px;
}
input.btn-large,button.btn-large{
	width:180px;
	height:50px;
}
.btn-primary{
	background:#10a8dc;
	border-color:#10a8dc;
	color:#fff;
}
.btn-primary:hover{
	background-color:#10a8dc;
	border-color:#10a8dc;
	color:#fff;
}
.btn-red{
	background:#e53935;
	border-color:#e53935;
	color:#fff;
}
.btn-red:hover{
	background-color:#e42a27;
	border-color:#e42a27;
	color:#fff;
}
.btn-line-primary{
	border-color:#10a8dc;
	background:#fff;
	color:#10a8dc;
}
.btn-line-primary:hover{
	color:#fff;
	background-color:#10a8dc;
	border-color:#10a8dc;
}
.btn-line-red{
	border-color:#e53935;
	background:#fff;
	color:#e53935;
}
.btn-line-red:hover{
	color:#fff;
	background-color:#e42a27;
	border-color:#e42a27;
}
.input-label{
	position:absolute;
	left:12px;
	top:11px;
	z-index:2;
	padding:0 3px;
	font-size:14px;
	line-height:18px;
	color:#b0b0b0;
	background:transparent;
	cursor:text;
	-webkit-transition:all .2s linear;
	transition:all .2s linear;
}
.input-text{
	width:186px;
	height:18px;
	padding:10px 16px;
	border:1px solid #e0e0e0;
	font-size:14px;
	line-height:18px;
	background:#fff;
	-webkit-transition:border-color .2s linear;
	transition:border-color .2s linear;
}
.input-text:hover{
	border-color:#b0b0b0;
}
.input-text:focus{
	outline:0;
}
textarea.input-text{
	height:3em;
	resize:vertical;
}
.input-text[type=checkbox]:focus, .input-text[type=radio]:focus{
	padding: 0px 5px; 
	border: 1px solid #ccc; 
}

.img-con img{
	transform: scale(1);
	transition: transform 1s linear .1s;
	-moz-transition: transform 1s linear .1s;
	-webkit-transition: transform 1s linear .1s;
	-o-transition: transform 1s linear .1s;
	-ms-transition: transform 1s linear .1s;
}
.img-con img:hover{
	transform: scale(1.03,1.03);
	-moz-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	-o-transform: scale(1.03,1.03);
	-ms-transform: scale(1.03,1.03);
}

.w1200{
	width:1202px;
	margin:0 auto;
}
.w200{
	width:192px;
}
.w990{
	width:998px;
}

/* top */
.top-box{
    height: 30px;
    line-height: 30px;
    background-color: #10a8dc;
    color: #fff;
    overflow: hidden;
}
.top-box .r{
    color: #10a8dc;
}
.top-box a{
    margin: 0 5px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
}
.top-box a:hover{
    background-color: #10a8dc;
}

/* menu */
.menu-box{
    height: 79px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    color: #fff;
}
.menu-box .con{
    position: relative;
}
.menu-box .menu-logo{
    width: 180px;
}
.menu-box .menu-logo img{
    height: 50px;
    width: 150px;
    margin-top: 19px;
}
.menu-box .menu-item{
    margin-top: 5px;
    margin-left: 30px;
    width: 550px;
}
.menu-box .menu-item ul li{
    float: left;
    margin-right: 10px;
    display: inline-block;
}
.menu-box .menu-item ul li.active{
    color: #10a8dc;
    border-bottom: 3px solid #10a8dc;
}
.menu-box .menu-item ul li a{
    padding: 0 10px;
    font-size: 16px;
    line-height: 72px;
    text-decoration: none;
}
.menu-box .menu-item ul li a:hover, .menu-box .menu-item ul li.active a{
    color: #10a8dc;
}
.menu-search{
    width: 400px;
    height: 50px;
    margin-top: 20px;
    position: relative;
}
.menu-search .search-form .search-text{
	position: absolute;
	font-family: "微软雅黑", "Microsoft Yahei";
	top: 0px;
	right: 51px;
	z-index: 1;
	width: 270px;
	height: 46px;
	padding: 0 10px 0 80px;
	border: 1px solid #eaeaea;
	font-size: 14px;
	line-height: 48px;
	outline: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.menu-search .search-form .search-btn{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	width: 52px;
	height: 48px;
	border: 1px solid #eaeaea;
	background: #fff;
	outline: 0;
    background-image: url(../image/search-btn.png);
    background-repeat: no-repeat;
    background-position: 15px 0; 
}
.menu-search .search-form:hover .search-text{
	border: 1px solid #10a8dc;
}
.menu-search .search-form:hover .search-btn{
	border: 1px solid #10a8dc;
}
.menu-search .search-form .search-btn:hover{
	border: 1px solid #10a8dc;
	background-color: #10a8dc;
    background-position: 15px -50px;
}
.menu-search .search-form .search-hot-words {
	position: absolute;
	top: 14px;
	right: 62px;
	z-index: 2;
	text-align: right;
}
.menu-search .search-form .search-hot-words a {
	display: inline-block;
	*zoom:1;
	*display:inline;
	margin-left: 5px;
	padding: 1px 5px;
	font-size: 12px;
	background: #eee;
	color: #757575;
	-webkit-transition: all .2s;
	transition: all .2s;
    text-decoration: none;
}
.menu-search .search-form .search-hot-words a:hover{
	background-color: #10a8dc;
	color: #fff;
}
.menu-search .search-form .keyword-list {
	position: absolute;
	left: -40px;
	top: 48px;
	_top: 48px;
	z-index: 20;
	width: 243px;
	border: 1px solid #10a8dc;
	border-top: 0;
	background: #fff;
}
.menu-search .search-form:hover .keyword-list{
    display: block;
} 
.menu-search .search-form  .keyword-list ul {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
}
.menu-search .search-form .keyword-list li:hover{
    background:#fafafa;
}
.menu-search .search-form .keyword-list li a {
	position: relative;
	display: block;
	padding: 6px 15px;
	font-size: 12px;
	color: #424242;
	text-decoration: none;
}
.menu-search .search-form .keyword-list li a:hover {
	color: #10a8dc;
}
.menu-search .search-form  .keyword-list li .result {
	position: absolute;
	right: 15px;
	top: 6px;
	color: #b0b0b0;
}
.menu-search .t {
	position: absolute;
	z-index: 10;
	top:1px;
	left: -10px;
	width: 50px;
	height: 46px;
	line-height: 46px;
	color: #b0b0b0;
	padding: 0 10px;
    border-right:1px solid #eaeaea;
}
.menu-search .t .box-selected{
	color: #999;
}
.menu-search .t:hover{
    border-right:1px solid #10a8dc;
}
.menu-search .t:hover .box-selected{
	height: 46px;
	line-height: 46px;
	color: #999;
}
.menu-search .t i{
	width: 10px;
	height: 6px;
	margin-left: 3px;
	margin-top: 20px;
	overflow: hidden;
	float: right;
	background-image: url(../image/filter.png);
	background-position:0 -20px;
	background-repeat: no-repeat;
}
.menu-search .t:hover i{
	background-position:0 -10px;
}
.menu-search .t dl{
	max-height: 250px;
	overflow-x: none;
	overflow-y: auto;
	left: -3px;
	right: -1px;
	position: absolute;
	line-height: 25px;
	overflow: hidden;
	background-color: #fff;
    border-left:1px solid #10a8dc;
    border-right:1px solid #10a8dc;
    border-bottom:1px solid #10a8dc;
	display: none;
	z-index: 10;
	padding: 5px 0;
}
.menu-search .t:hover dl{
	display: block;
}
.menu-search .t dl a{
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	display: block;
}
.menu-search .t dl a:hover, .menu-search .t dl a.active{
	background-color: #809EAE;
	color: #fff;
	text-decoration: none;
}

.cagegory-slide{
	height: 470px;
	position: relative;
}
.category-box{
	position: absolute;
	z-index: 10;
	height: 460px;
	width: 234px;
	display: block;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000")\9;
}
.category-box .category-con{
	padding: 20px 0;
}
.category-box .category-item:hover{
	background-color: #10a8dc;
}
.category-box .category-item:hover .category-sub{
	display: block;
}
.category-box .category-item .category-title{
	position: relative;
	height: 42px;
	line-height: 42px;
	padding-left: 30px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.category-box .category-item .category-title i{
	width: 18px;
	height: 18px;
	background-image: url(../image/category-more.png);
	background-repeat: none;
	display: block;
	position: absolute;
	top: 12px;
	right: 20px;
}
.category-sub{
	position: absolute;
	width: 580px;
	height: 460px;
	left: 235px;
	top: 0;
	color: #333;
	background-color: #fff;
	display: none;
	box-shadow: 0px 8px 16px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}
.category-sub-con{
	margin: 20px;
	height: 420px;
	overflow: hidden;
}
.category-sub-con .category-sub-item{
	width: 250px;
	height: 32px;
	line-height: 32px;
	margin: 0 10px;
	float: left;
	position: relative;
}
.category-sub-con .category-sub-item a{
	float: left;
	font-size: 14px;
	max-width: 175px;
	overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
	text-decoration: none;
}
.category-sub-con .category-sub-item a:hover{
    color: #10a8dc;
}
.category-sub-con .category-sub-item span{
    color: #999;
	margin-left: 5px;
}
.category-sub-con .category-sub-item .btn{
	position: absolute;
	right: 10px;
	top: 6px;
	width: 58px;
	height: 22px;
	line-height: 22px;
}
.category-sub-con .category-sub-item .btn:hover{
	color: #fff;
}

.cagegory-slide{
	width: 100%;
	/*background-color: #f5f5f5;*/
	overflow: hidden;
}
.slide-con{
	/*width:1202px;*/
	width: 1942px;
	height:460px;
	z-index: 2;
	position: absolute;
	/*left: 0;*/
	margin-left: -370px;
}
.slider-1{
	/*width:1202px;*/
	width: 1942px;
	height:460px;
	overflow:hidden;
	position:relative;
}
div.slider-1 .slidesjs-previous{
	left: 604px;
}
div.slider-1 .slidesjs-next{
	right: 370px;
}
div.slider-1 .slidesjs-pagination{
	right: 385px;
}


.class-box{
}
.class-box .class-con{
	width: 1222px;
}
.class-box .class-item{
	width: 283px;
	height: 135px;
	border: 1px solid #eaeaea;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.class-box .class-item:hover{
	border: 1px solid #10a8dc;
}
.class-box .class-item .pic{
	width: 56px;
	height: 56px;
	margin-left: 30px;
	margin-top: 39px;
	float: left;
}
.class-box .class-item .pic img {
	width: 100%;
	height: 100%;
}
.class-box .class-item .r{
	margin-top: 35px;
	width: 179px;
	height: 103px;
	float: right;
}
.class-box .class-item .r .name {
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
}
.class-box .class-item .pic2, .class-box .class-item:hover .pic{
	display: none;
}
.class-box .class-item:hover .pic2{
	display: block;
}
.class-box .class-item .class-sub{
	height: 60px;
	overflow: hidden;
}
.class-box .class-item .class-sub li{
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	float: left;
}
.class-box .class-item .class-sub a{
	text-decoration: none;
	color: #666;
}
.class-box .class-item .class-sub a:hover{
	color: #10a8dc;
}

.zxsj-box{
	width: 902px;
	height: 560px;
	overflow: hidden;
	margin-right: 20px;
}
.zxsj-box .box-bar{
	height: 34px;
	line-height: 35px;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
}
.zxsj-box .box-bar .title{
	font-size: 18px;
	line-height: 20px;
	color: #10a8dc;
	display: block;
	padding: 5px 12px 5px 0;
	float: left;
}
.zxsj-box .left{
	float: left;
	width: 202px;
	height: 655px;
	overflow: hidden;
}
.zxsj-box .right{
	float: right;
	width: 700px;
}
.zxsj-box .slides-box{
	width:182px;
	height:282px;
	overflow: hidden;
	margin: 0 0 18px 0;
}
.zxsj-box .slidesjs-control{
	height:240px !important;
	overflow: hidden;
}
.zxsj-box .slidesjs-container{
	width:180px !important;
	height:240px !important;
	border: 1px solid #eaeaea;
	overflow: hidden;
}
.zxsj-box .slides-box .slidesjs-pagination{
	position: static;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.zxsj-box .slides-box .slidesjs-pagination .slidesjs-pagination-item{
	width:18px;
	height:18px;
	margin: 6px 5px;
	float: none;
	display: inline-block;
}
.zxsj-box .slides-box .slidesjs-pagination .slidesjs-pagination-item a{
	width:18px;
	height:8px;
	border-radius:0;
	border: 0 solid #10a8dc;
	display:block;
	overflow: hidden;
	background-color:#10a8dc;
	font-size:0;
}
.zxsj-box .slides-box .slidesjs-pagination .slidesjs-pagination-item a:hover,.zxsj-box .slides-box .slidesjs-pagination .slidesjs-pagination-item a.active{
	background-color:#ffac13;
}

.box-issue{
	width:182px;
}
.box-issue .title{
	height: 25px;
	line-height: 25px;
	color: #10a8dc;
}
.box-issue ul{
}
.box-issue ul li{
	height: 30px;
	line-height: 30px;
	overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
	float: left;
}
.box-issue ul li a{
	height: 25px;
	line-height: 25px;
	padding: 0 12px;
	display: inline-block;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	white-space: nowrap;
	margin-right: 10px;
	color: #666;
}
.box-issue ul li a:hover{
	color: #10a8dc;
	border: 1px solid #10a8dc;
	text-decoration: none;
}

.box-article{
	height: 655px;
	overflow: hidden;
}
.box-article ul{
	margin:0 5px;
	line-height: 25px;
}
.box-article ul li{
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eaeaea
}
.box-article ul li .title{
	font-size: 16px;
	color: #333;
	height: 35px;
	line-height: 35px;
	overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
}
.box-article ul li h4.title{
	font-size: 24px;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
}
.box-article ul li .title i{
	background-image: url(../icon/pdf.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -3px;
	margin-right: 6px;
}
.box-article ul li span{
	margin-left: 20px;
}
.box-article ul li .authors{
	color: #999;
	font-size: 12px;
}
.box-article ul li .description{
	height: 50px;
	line-height: 25px;
	color: #666;
	font-size: 12px;
	overflow: hidden;
}

.szph-box{
	width: 280px;
	height: 560px;
	background-color: #f9f9f9;
}
.szph-box .box-bar{
	height: 49px;
	line-height: 50px;
	border-bottom: 1px solid #eaeaea;
}
.szph-box .box-bar .title{
	font-size: 16px;
	color: #666;
	display: block;
	text-indent: 20px;
	float: left;
}
.szph-box .box-con{
	margin: 10px 5px;
}
.szph-box .box-con ul li{
	padding: 5px 20px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px dotted #f9f9f9;
}
.szph-box .box-con ul li .num{
	font-family: "Arial";
	font-size: 14px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	color: #999;
	background-color: #ddd;
	text-align: center;
	margin: 3px 20px 0 0;
	float: left;
}
.szph-box .box-con ul li .title{
	line-height:25px;
	font-size: 14px;
	overflow: hidden;
}
.szph-box .box-con ul li .photo{
	width: 75px;
	height: 100px;
	top: 10px;
	left: 50px;
	overflow: hidden;
	position: absolute;
	display: none;
}
.szph-box .box-con ul li .photo img{
	width: 75px;
	height: 100px;
}
.szph-box .box-con ul li .authors{
	position: absolute;
	left:135px;
	top: 90px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	color: #666;
	display: none;
}
.szph-box .box-con ul li.active{
	height: 110px;
	line-height: 20px;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}
.szph-box .box-con ul li:last-child.active{
	border-bottom-width: 0;
}
.szph-box .box-con ul li.active .num{
	color: #fff;
	background-color: #10a8dc;
}
.szph-box .box-con ul li.active .photo{
	display:inline-block;
}
.szph-box .box-con ul li.active .title{
	position: absolute;
	left: 135px;
	top: 5px;
	height: 75px;
	white-space: normal;
	overflow: hidden;
}
.szph-box .box-con ul li.active .authors{
	display:block;
}

.bar-box{
	height: 44px;
	line-height: 45px;
	border-bottom: 1px solid #10a8dc;
	margin-bottom: 15px;
}
.bar-box .title{
	height: 45px;
	min-width: 80px;
	max-width: 450px;
	overflow: hidden;
	margin-right: 50px;
	float: left;
	font-size: 28px;
	color: #10a8dc;
}
.bar-box .title a{
	color: #10a8dc;
	text-decoration: none;
}
.bar-box .nav{
	height: 45px;
	max-width: 850px;
	overflow: hidden;
	float: left;
	font-size: 12px;
	color: #999;
}
.bar-box .nav a{
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	display: inline-block;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	white-space: nowrap;
	margin-right: 10px;
	color: #666;
}
.bar-box .nav a:hover{
	color: #10a8dc;
	border: 1px solid #10a8dc;
	text-decoration: none;
}
.bar-box .more{
	float: right;
	text-decoration: none;
	color: #10a8dc;
}

.bar-box .nav2{
	height: 45px;
	max-width: 850px;
	overflow: hidden;
	float: right;
	font-size: 12px;
	color: #999;
}
.bar-box .nav2 a{
	height: 25px;
	line-height: 25px;
	color: #666;
}
.bar-box .nav2 a:hover{
	color: #10a8dc;
	text-decoration: none;
}
.bar-box .nav2 span{
	color: #ccc;
	margin: 0 10px;
}

.fblc-box{
	border: 1px solid #eaeaea;
}
.fblc-box img{
	width: 1200px;
	height: 127px;
}

.bar-border-box{
	height: 80px;
	text-align: center;
}
.bar-border-box .box-border{
	height: 40px;
	border-bottom: 1px solid #eaeaea;
}
.bar-border-box .title{
	color: #666;
	background-color: #fff;
	padding: 0 20px;
	line-height: 80px;
	font-size: 22px;
}

.work-box {
	position: relative;
	overflow: hidden;
	font-style: normal;
	font: 12px Arial, Helvetica, sans-serif, "宋体";
	color: #000000;
	background: #FFF;
}
.work-box, .work-box div, .work-box ul, .work-box li, .work-box a, .work-box p, .work-box h2, .work-box i{
	margin: 0;
	padding: 0;
}
.work-box ul{
	width: 1222px;
	overflow: hidden;
}
.work-box ul li{
	width: 385px;
    height: 148px;
    margin-right: 20px;
	float: left;
    background-color: #fff;
    border: 1px solid #eaeaea;
	list-style: none;
    overflow: hidden;
}
.work-box ul li a{
    height: 148px;
	color: #333;
	text-decoration: none;
	display: block;
}
.work-box ul li:hover{
    border: 1px solid #10a8dc;
}
.work-box ul li:hover h2{
    color: #10a8dc;
}
.work-box .item-con{
    width: 220px;
    margin: 20px 30px;
    display: inline-block;
    float: left;
}
.work-box .item-con h2{
	font-family:"Microsoft Yahei";
	font-size:1.3em;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    color: #333;
}
.work-box .item-con p{
    height: 36px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #666;
}
.work-box .item-con p.more{
    height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #10a8dc;
}
.work-box i{
    width: 60px;
    height: 50px;
    background-image: url(../image/work.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 45px;
    float: left;
}
.work-box i.img1{
    background-position: 0 0;
}
.work-box i.img2{
    background-position: -60px 0;
}
.work-box i.img3{
    background-position: -120px 0;
}
.work-box i.img4{
    background-position: -180px 0;
}
.work-box ul li:hover i.img1{
    background-position: 0 -50px;
}
.work-box ul li:hover i.img2{
    background-position: -60px -50px;
}
.work-box ul li:hover i.img3{
    background-position: -120px -50px;
}
.work-box ul li:hover i.img4{
    background-position: -180px -50px;
}
.work-box .box-btn{
	margin: 40px auto;
	text-align: center;
	font-family:"Microsoft Yahei";
}
.work-box .box-btn a{
	width: 200px;
}

.links-box{
    background-color: #f8f8f8;
}
.links-box .box-bar{
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: 700px;
    color: #666;
}
.links-box .box-con {
    padding:0 30px 0 30px;
}
.links-box .box-con ul li{
	width: 14.28%;
    height:25px;
    line-height:25px;
    padding-right: 1%;
    margin-bottom: 5px;
    white-space:nowrap;
    overflow: hidden;
    float: left;
}
.links-box .box-con ul.num6 li{
	width: 180px;
}
.links-box .box-con ul li a{
    color:#555;
	margin-right: 0;
}
.links-box .box-con ul li a:hover{
    color:#10a8dc;
}


.service-box{
	height: 500px;
}
.service-box .left{
	width: 385px;
	float: left;
}
.service-box .right{
	width: 795px;
	margin-left: 20px;
	height: 498px;
	border: 1px solid #eaeaea;
	float: right;
	overflow: hidden;
}
.service-box .right:hover{
    border: 1px solid #10a8dc;
}
.service-box .box-h240{
	height: 238px;
	border: 1px solid #eaeaea;
	text-align: center;
	overflow: hidden;
}
.service-box .box-h240:hover{
    border: 1px solid #10a8dc;
}
.service-box .box-h240 .title{
	margin: 30px auto 10px auto;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	color: #666;
}
.service-box .box-h240 .pic img{
	width: 355px;
	height: 105px;
}
.service-box .box-h240 .btn{
	margin-top: 20px;
}
.service-box .box-h500{
	text-align: center;
}
.service-box .box-h500 .title{
	margin: 50px auto 10px auto;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	color: #666;
}
.service-box .box-h500 .teach{
	height: 320px;
	margin-top: 30px;
}
.service-box .box-h500 .teach ul{
	width: 750px;
	margin: 0 auto;
	position: relative;
}
.service-box .box-h500 .teach ul li{
	width: 150px;
	height: 190px;
	float: left;
}
.service-box .box-h500 .teach ul li a{
	text-decoration: none;
	display: inline-block;
}
.service-box .box-h500 .teach .photo{
	width: 80px;
	height: 80px;
	border: 1px solid #eaeaea;
	border-radius: 50%;
}
.service-box .box-h500 .teach .name{
	height: 25px;
	lighting-color: 25px;
	font-size: 14px;
	margin-top: 20px;
	overflow: hidden;
	color: #666;
}
.service-box .box-h500 .teach .info{
	height: 25px;
	lighting-color: 25px;
	overflow: hidden;
	color: #999;
}
.service-box .box-h500 .teach .info-more{
	height: 75px;
	lighting-color: 75px;
	overflow: hidden;
	display: none;
	color: #666;
	text-align: left;
	text-indent: 2em;
	position: absolute;
	border-top: 1px solid #10a8dc;
	padding-top: 50px;
	left: 0;
	right: 0;
	top: 193px;
}
.service-box .box-h500 .teach ul li:hover, .service-box .box-h500 .teach ul li.active{
	border-bottom: 3px solid #10a8dc;
}
.service-box .box-h500 .teach ul li:hover .photo, .service-box .box-h500 .teach ul li.active .photo{
	border: 1px solid #10a8dc;
}
.service-box .box-h500 .teach ul li:hover .name, .service-box .box-h500 .teach ul li.active .name{
	color: #10a8dc;
}
.service-box .box-h500 .teach ul li:hover .info-more, .service-box .box-h500 .teach ul li.active .info-more{
	display: block;
}


.footer-box{
	background-color: #f8f8f8;
}
.footer-box .box-5ser{
    height: 120px;
    background-color: #f8f8f8;
    border: 1px solid #f5f5f5;
    border-bottom: 0;
    font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", Helvetica;
    color: #666;
}
.footer-box .box-5ser ul{
    margin: 40px 70px 0 130px;
}
.footer-box .box-5ser ul li{
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-right: 50px;
    float: left;
}
.footer-box .box-5ser ul li a{
    font-size: 15px;
    color: #666;
}
.footer-box .box-5ser ul li a:hover{
    color:#10a8dc;
}
.footer-box .box-5ser ul li a span{
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px;
    float: left;
    background-image: url(../image/service.png);
    background-repeat: no-repeat;
}
.footer-box .box-5ser ul li a span.img1{
    background-position: 0 0;
}
.footer-box .box-5ser ul li a span.img2{
    background-position: -30px 0;
}
.footer-box .box-5ser ul li a span.img3{
    background-position: -60px 0;
}
.footer-box .box-5ser ul li a span.img4{
    background-position: -90px 0;
}

.footer-box .box-info{
    background-color: #f8f8f8;
    border: 1px solid #f5f5f5;
    border-top: 0;
    border-bottom: 0;
	line-height: 28px;
}
.footer-box .box-info .line{
    margin: 0 30px;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #999;
}
.footer-box .box-info ul{
    margin: 20px 10px 0 40px;
    padding-bottom: 20px;
}
.footer-box .box-info ul li{
    float: left;
}
/*.footer-box .box-info ul li.w1{*/
	/*width: 145px;*/
/*}*/
/*缺少一个，拉伸填补空位*/
.footer-box .box-info ul li.w1{
	width: 180px;
}
.footer-box .box-info ul li.w2{
    width: 250px;
}
.footer-box .box-info ul li.w3{
    width: 250px;
}
.footer-box .box-info ul li.w4{
    width: 200px;
}
.footer-box .box-info ul li.w5{
    width: 150px;
}
.footer-box .box-info ul li.w6{
    width: 130px;
}
.footer-box .box-info ul li.w7{
    width: 250px;
}
.footer-box .box-info dl dt{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #10a8dc;
}
.footer-box .box-info dl dt a{
    color: #10a8dc;
	text-decoration: none;
}
.footer-box .box-infodl dd{
    line-height: 28px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
.footer-box .box-info dl dd a{
    color: #666;
	font-size:14px;
    text-decoration: none;
}
.footer-box .box-info dl dd a:hover{
    color:#10a8dc;
}
.footer-box .box-info .em4{
    text-indent: 4.5em;
}
.footer-box .box-info .em5{
    text-indent: 5.5em;
}
.footer-box .box-info .img{
    width: 100px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.footer-box .box-info .img img{
    width: 100px;
    height: 120px;
}

.footer-box .box-copyright{
    border: 1px solid #f5f5f5;
    border-top: 0;
    text-align: center;
}
.footer-box .box-copyright .line{
    margin: 0 30px;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #999;
}
.footer-box .box-copyright p{
	height: 24px;
	line-height: 24px;
	padding-top: 20px;
	color: #666;
}
.footer-box .box-copyright ul{
    width: 330px;
    margin: 20px auto;
}
.footer-box .box-copyright ul li {
	width: 83px;
	height: 30px;
	margin: 0 13px;
	float: left;
}
.footer-box .box-copyright ul li a{
	width: 83px;
	height: 30px;
    line-height: 90px;
	display: block;
    overflow: hidden;
	background-image: url(../image/copyright.png);
	background-repeat: no-repeat;
}
.footer-box .box-copyright ul li.img1 a{
    background-position: 0 0;
}
.footer-box .box-copyright ul li.img2 a{
    background-position: 0 -30px;
}
.footer-box .box-copyright ul li.img3 a{
    background-position: 0 -60px;
}

.footer-box .box-hottel{
	width: 170px;
	/*padding: 15px 30px;
	border: 1px dotted #10a8dc;*/
}
.footer-box .box-hottel:hover{
	/*background-color: #eeffff;
	border: 1px dotted #10a8dc;*/
}
.footer-box .box-hottel p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.footer-box .box-hottel h4{
	color: #ff6700;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	font-weight: 700px;
}
.footer-box .box-hottel a{
	width: 165px;
	height: 35px;
	line-height: 35px;
}
.footer-box .box-hottel a i{
	width: 22px;
	height: 22px;
	display: inline-block;
	background-image: url(../icon/tel.png);
	background-repeat: no-repeat;
	background-size: 22px 22px;
	vertical-align: middle;
	margin-right: 5px;
}

.theme-box {
    margin: 10px auto;
    height: 30px; line-height: 30px;
    text-align: center;
}
.theme-box a{
    padding: 5px 10px;
    color: #fff;
    background-color: #10a8dc;
    border: 1px solid #10a8dc;
    margin: 0 10px;
}
.theme-box a:hover{
    text-decoration: none;
}
.theme-box a.touch{
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

.nav-box{
	margin: 8px auto;
	/* height: 40px; */
	line-height: 40px;
	background-color: #fff;
	/*font-family: "宋体";*/
	font-size: 14px;
	color: #777;
	padding: 12px;
	line-height: 1.75;
}
.nav-box a{
	color: #777;
	padding: 0 10px;
}
.nav-box a:hover{
	color: #10a8dc;
	text-decoration: none;
}
.nav-box span{
	padding-left: 10px;
}

.filter-tips {
	margin: 20px auto 10px auto;
	position: relative;
}
.filter-tips .box-tips {
}
.filter-tips .box-tips div.l{
	width: 100px;
	line-height: 40px;
    color: #666;
    float: left;
}
.filter-tips .box-tips ul.l{
    width: 1050px;
    margin-top: 7px;
    float: left;
}
.filter-tips .box-tips ul li{
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	float: left;
}
.filter-tips .box-tips ul li a {
	height: 26px;
	line-height: 26px;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
    border: 1px solid #f3f3f3;
	color: #666;
}
.filter-tips .box-tips ul li.reset a {
	color: #333;
	background-color: #f3f3f3
}
.filter-tips .box-tips ul li a i{
	width: 10px;
	height: 28px;
	float: right;
	margin-left: 10px;
	background-image: url(../image/x.png);
	background-repeat: no-repeat;
    background-position: 0 0;
}
.filter-tips .box-tips ul li a:hover, .filter-box .box-tips ul li a.active {
    border: 1px solid #10a8dc;
	color: #10a8dc;
	text-decoration: none;
}
.filter-tips .box-tips ul li a:hover i, .filter-box .box-tips ul li a.active i{
    background-position: 0 -23px;
}


.filter-box {
	position: relative;
	padding: 10px 0;
	border: 1px solid #eaeaea;

	background-image: url(../image/filter-bg.png);
	background-repeat: repeat-y;
}
.filter-box .box-item {
	padding: 5px 0;
	overflow: hidden;
	border-bottom: 1px dotted #eaeaea;
}
.filter-box .collapse{
	height: 25px;
}
.filter-box .box-item .l {
	width: 120px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}
.filter-box .box-item .h {
	width: 50px;
	line-height: 25px;
	margin-left: 10px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}
.filter-box .box-item .h a {
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	white-space: nowrap;
	float: left;
}
.filter-box .box-item .h a:hover, .filter-box .box-item .h a.active {
	background-color: #809EAE;
	color: #fff;
	text-decoration: none;
}
.filter-box .box-item .r {
	width: 948px;
	line-height: 25px;
	font-size: 12px;
	background-color: #fff;
	float: left;
}
.filter-box .box-item .r ul {
	margin: 0 10px;
}
.filter-box .box-item .r ul::after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.filter-box .box-item .r ul li {
	height: 25px;
	margin-right: 6px;
	margin-bottom: 5px;
	float: left;
   /* min-width: 60px;*/
}
.filter-box .box-item .r ul li.split{
	width:100%;
	height:1px;
	margin:2px 0;
	overflow:hidden;
	border-bottom:1px dotted #eaeaea;
}
.filter-box .box-item .r ul li a {
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 10px;
	overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
}
.filter-box .box-item .r a:hover, .filter-box .box-item .r a.active {
	background-color: #10a8dc;
	color: #fff;
	text-decoration: none;
}
.filter-box .noexpand{
	overflow: visible;
	border-bottom: 0 dotted #eaeaea;
}
.filter-box .noexpand .r{
    width: 1030px;
}
.filter-box .box-item .r ul.select li{
}
.filter-box .box-item .r ul.select li .box-select{
	width: 170px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
    border:1px solid #eaeaea;
	position: relative;
}
.filter-box .box-item .r ul.select li .box-select:hover, .filter-box .box-item .r ul.select li div.active{
    border:1px solid #10a8dc;
}
.filter-box .box-item .r ul.select li .box-select:hover .box-selected{
	color: #999;
}
.filter-box .box-item .r ul.select li div.active .box-selected{
	color: #10a8dc;
}
.filter-box .box-item .r ul.select li .box-select i{
	width: 10px;
	height: 6px;
	margin-left: 3px;
	margin-top: 8px;
	overflow: hidden;
	float: right;
	background-image: url(../image/filter.png);
	background-position:0 -20px;
	background-repeat: no-repeat;
}
.filter-box .box-item .r ul.select li .box-select:hover i{
	background-position:0 -10px;
}
.filter-box .box-item .r ul.select li dl{
	max-height: 250px;
	overflow-x: none;
	overflow-y: auto;
	left: -1px;
	right: -1px;
	position: absolute;
	line-height: 25px;
	background-color: #fff;
    border-left:1px solid #10a8dc;
    border-right:1px solid #10a8dc;
    border-bottom:1px solid #10a8dc;
	display: none;
	z-index: 10;
}
.filter-box .box-item .r ul.select li .box-select:hover dl{
	display: block;
}
.filter-box .box-item .r ul.select li dl a{
	display: block;
}
.filter-box .box-item .m {
	width: 70px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}
.filter-box .box-item .m a {
	color: #666666;
}
.filter-box .box-item .m a i {
	width: 10px;
	height: 6px;
	margin-left: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(../image/filter.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.filter-box .box-item .m a:hover{    
    color:#10a8dc;
	text-decoration:none;
}
.filter-box .box-item .m a:hover i{
	background-position:0 -10px;
}
.filter-box .collapse .m a i{
	background-position:0 -20px;
}
.filter-box .collapse .m a:hover i{
	background-position:0 -30px;
}

.sort-box{
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background: #FFF;
	border-bottom: 1px solid #eaeaea;
}
.sort-box .box-item{
	float: left;
}
.sort-box .box-item dd {
	text-align: center;
	float: left;
}
.sort-box .box-item dd a {
	height: 43px;
	line-height: 43px;
	padding: 0 30px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: inline-block;
	border-bottom:2px solid #fff;
}
.sort-box .box-item dd i{
	width: 9px;
	height: 10px;
	margin-left: 5px;
	display: inline-block;
    background-image: url(../image/jt.png);
    background-repeat: no-repeat;
}
.sort-box .box-item dd.asc i{
    background-position: -9px -10px;
}
.sort-box .box-item dd.desc i{
    background-position: 0 -10px;
}
.sort-box .box-item dd a.active, .sort-box .box-item dd a:hover {
	color: #10a8dc;
	background-color: #fff;
	border-bottom: 2px solid #10a8dc;
}
.sort-box .box-item dd.asc a.active i, .sort-box .box-item dd.asc a:hover i{
    background-position: -9px 0;
}
.sort-box .box-item dd.desc a.active i, .sort-box .box-item dd.desc a:hover i{
    background-position: 0 0;
}
.sort-box .box-but{
	float: right;
}
.sort-box .box-but li{
	text-align: center;
	margin-right: 15px;
	float: left;
}
.sort-box .box-but a{
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
	color: #10a8dc;
	display: inline-block;
	border: 1px solid #10a8dc;
}
.sort-box .box-but a.active, .sort-box .box-but a:hover{
	background:#10a8dc;
	border-color:#10a8dc;
	color:#fff;
}

.sort-box .box-but .form{
	margin: 0;
	margin-right: 150px;
}
.sort-box .box-but .form input{
	height: 25px;
	line-height: 25px;
	width: 250px;
	padding: 0 5px;
	border: 1px solid #10a8dc;
}
.sort-box .box-but .form a{
	height: 25px;
	line-height: 25px;
}

.articles-box{
	width: 1202px;
	overflow: hidden;
}
.articles-box ul{
	width: 1300px;
}
.articles-box ul li{
	width: 177px;
	height: 320px;
	float: left;
	margin: 0 3px 20px 12px;
	position: relative;
	overflow: hidden;
}
.articles-box ul li.box-item .item-image{
	border: 1px solid #fff;
	padding: 15px 0;
	margin-bottom: 5px;
	text-align: center;
}
.favolisa{margin:15px 0 15px 0; padding:20px 5px 10px 0; background-color:#fff;}
.favolisa ul li{width:205px; margin-left:29px;}
.favolisa ul li.box-item .item-image{border-color:#fff;}
.articles-box ul li.box-item:hover .item-image{
	border: 1px solid #10a8dc;
}
.articles-box ul li.box-item .item-image a{
	width: 130px;
	height: 180px;
	display: inline-block;
	overflow: hidden;
}
.articles-box ul li.box-item .item-image a img{
	width: 130px;
	height: 180px;
}
.articles-box ul li.box-item .item-title{
	height: 35px;
	text-align: center;
	overflow: hidden;
}
.articles-box ul li.box-item .item-title a{
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #10a8dc;
}
.articles-box ul li.box-item .item-title2{
	height: 59px;
	text-align: center;
	overflow: hidden;
}
.articles-box ul li.box-item .item-title2 a{
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #10a8dc;
}
.articles-box ul li.box-item .item-issue{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
}
.articles-box ul li.box-item .item-info{
	height: 24px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
}
.articles-box ul li.box-item .item-info a{
	margin-right: 5px;
}
.articles-box ul li.box-item .item-icon{
	width: 19px;
	height: 41px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.articles-box ul li.box-item .sd{
	background-image: url(../image/sd.png);
}
.articles-box ul li.box-item .hx{
	background-image: url(../image/hx.png);
}
.articles-box ul li.box-item .rx{
	background-image: url(../image/rx.png);
}
.articles-box ul li.box-item .item-discount{
	position: absolute;
	display: none;
}
.articles-box ul li.box-item .item-price{
	line-height: 28px;
	/*color: #10a8dc;*/
	color: #c40000;
	font-size: 16px;
}
.articles-box ul li.box-item .item-price i{
	margin: 0 5px;
	font-style: normal;
}
.articles-box ul li.box-item .item-price s{
	margin-left: 20px;
	font-size: 14px;
	color: #999;
	font-style: normal;
}
.articles-box ul li.box-item .item-but{
	margin: 10px auto;
}
.articles-box ul li.box-item .item-but a{
	padding: 5px 10px;
	text-decoration: none;
	color: #10a8dc;
	border: 1px solid #10a8dc;
}
.articles-box ul li.box-item .item-but a:hover{
	color: #fff;
	background-color: #10a8dc;
	border: 1px solid #10a8dc;
}
.articles-box ul li.box-item .item-but a i{
	margin-right: 5px;
	vertical-align: middle;
}

.page-box{
    line-height:30px;
    /*margin:40px auto;*/
	padding:22px 0;
    text-align:center;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background-color:#fff;
}
.page-box ul {
}
.page-box ul li {
    line-height:40px;
    margin-right:5px;
    display: inline-block;
}
.page-box ul li a{
    height:28px;
    line-height:28px;
    padding:0 12px;
    display:inline-block;
    font-size:14px;
    color:#10a8dc;
    border:1px solid #d6d6d6;
}
.page-box ul li a:hover, .page-box ul li a.action{
    color:#fff;
    text-decoration:none;
    background-color:#10a8dc;
    border:1px solid #10a8dc;
}
.page-box ul li span{
    height:28px;
    line-height:28px;
    padding:0 10px;
    margin-top: 5px;
    display:inline-block;
    font-size:14px;
    color:#999;
    border:1px solid #d6d6d6;
}
.page-box ul li a.prev {
    padding-left:16px;
    background-image:url(../image/page.png);
    background-position: 0 0;
    background-repeat:no-repeat;
}
.page-box ul li a.next {
    padding-right:16px; 
    background-image:url(../image/page.png);
    background-position: 100% 0;
    background-repeat:no-repeat;
}
.page-box ul li a.prev:hover {
    background-position: 0 -29px;
}
.page-box ul li a.next:hover {
    background-position:100% -29px;
}

.w300{
	width: 350px;
}
.w890{
	width: 840px;
}

.preview-box {
    border: 1px solid #eaeaea;
    position: relative;
}
.preview-box .box-image {
    height: 465px;
    overflow:hidden;
}
.preview-box .box-image .preview{
	position: relative;
    width:350px;
    height:465px;
    overflow: hidden;
}
.preview-box .box-image .preview img{
    width:350px;
    height:465px;
}
.preview-box .box-image .zoomdiv img{
	width: auto;
	height: auto;
	margin: 0;
}
.preview-box .preview-title{
	display: none;
	position: absolute;
	top:350px;
	right: 0;
	max-width: 260px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	opacity:0.4; filter:alpha(opacity:40);
	overflow: hidden;
	z-index: 9999;
	font-size: 18px;
	padding: 0 20px;
	color: #ff0;
}

.preview-box .box-share-item {
    height:58px;
}
.preview-box .box-share-item .item-l {
    width:75px;
    height:16px;
    margin:20px 0 20px 12px;
    font-size:12px;
    line-height:16px;
    color:#999;
    float:left;
}
.preview-box .box-share-item .item-l i{
	width:16px;
	height:16px;
    margin-right:5px;
    float:left;
    background-image: url(../image/preview.png);
    background-position: 0 -140px;
    background-repeat: no-repeat;
}
.preview-box .box-share-item .item-c {
    width:170px;
    height:16px;
    margin:14px 0 26px 0;
    float:left;
}
.preview-box .box-share-item .item-r {
    width:75px;
    height:16px;
    margin:20px 0 20px 12px;
    font-size:12px;
    line-height:16px;
    color:#333;
    float:left;
}
.preview-box .box-share-item .item-r i{
	width:16px;
	height:16px;
    margin-right:5px;
    float:left;
    background-image: url(../image/preview.png);
    background-position: 0 -160px;
    background-repeat: no-repeat;
}
.preview-box .box-share-item .item-r a:hover {
    text-decoration:none;
}

.info-box {
    min-height:465px;
	position: relative;
    /*overflow:hidden;*/
}
.info-box .box-title{
	height: 65px;
	overflow: hidden;
    margin: 0 20px;
}
.info-box .box-title .w250-500{
	min-width: 250px;
	max-width: 500px;
	float: left;
}
.info-box .box-title .w350{
	/*width: 350px;*/
	float: left;
}
.info-box .box-title h3 {
    height:28px;
    line-height:28px;
    font-family: "Microsoft YaHei";
    font-size:26px;
    color:#333;
    font-weight:normal;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.info-box .box-title h4 {
    height:40px;
    line-height:40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#666;
    font-weight:normal;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.info-box .box-qkjb{
    height:28px;
    line-height:28px;
}
.info-box .box-qkjb a{
    padding-left: 20px;
	margin-right: 20px;
    color: #f00;
	text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    background-image: url(../image/qkjb.png);
	background-size: 18px 18px;
    background-repeat: no-repeat;
    white-space:nowrap;
}
.info-box .box-qkjb a:hover{
    color:#10a8dc;
}
.info-box .box-qksl{
	line-height: 33px;
	font-size: 14px;
	color: #999;
}
.info-box .box-qksl .l{
	margin-left: 20px;
	width: 72px;
}
.info-box .box-qksl .r{
	width: 720px;
	float: left;
}
.info-box .box-qksl ul li{
	margin-right: 10px;
	float: left;
    white-space:nowrap;
}
.info-box .box-qksl a{ 
	color: #10a8dc;
}
.info-box .box-qksl a:hover{
    color:#10a8dc;
}
.info-box .box-field {
    margin:20px 20px 0 20px;
    color:#666;
}
.info-box .box-field dl{
	width: 250px;
	float: left;
}
.info-box .box-field dl.w300{
	width: 300px;
}
.info-box .box-field dl dd{
    height:33px;
    line-height:33px;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:14px;
}
.info-box .box-field dl dd span {
	width: 70px;
	display: inline-block;
	text-align: right;
    color:#999;
    margin-right:3px;
}
.info-box .box-field dl dd a {
    color: #10a8dc;
}
.info-box .box-field dl dd a:hover {
    color:#10a8dc;
}
.info-box .box-description {
    margin: 0 20px;
    line-height:25px;
	font-size: 14px;
	color: #666;
}
.info-box .box-price{
    margin: 10px 0 0 10px;
	padding: 10px 20px;
	background-color: #fff2e8;
	font-size: 14px;
}
.info-box .box-price dl dt{
	width: 80px;
	float: left;
	color: #999;
}
.info-box .box-price dl dd{
	float: left;
}
.info-box .box-price i{
	font-style: normal;
}
.info-box .box-price .price-market{
	height: 25px;
	line-height: 25px;
	font-size: 14px;
    color:#333;
}
.info-box .box-price .price-market i{
    font-family: verdana,arial;
    font-size:14px;
	font-weight: 400;
    margin-right: 5px;
    color:#333;
}
.info-box .box-price .price-market .market-val{
    font-family: verdana,arial;
	font-size: 18px;
	font-weight: 400;
}
.info-box .box-price .price-sell{
	height: 25px;
	line-height: 25px;
    font-size:14px;
    color:#333;
}
.info-box .box-price .price-sell i{
    font-size:20px;
    margin-right: 5px;
    color:#cc0001;
}
.info-box .box-price .price-sell span {
    font-family: verdana,arial;
	font-size: 22px;
	font-weight: 700;
    color:#cc0001;
}
.info-box .box-price .price-sell span.sell-discount {
	margin-left: 20px;
	font-size: 24px;
}
.info-box .paper-box .box-down{
	margin: 30px 0;
	text-align: left;
}
.info-box .box-price .price-sell .sell-time {
	margin-left: 50px;
	line-height: 24px;
	color:#333;
}
.info-box .box-price .price-sell .sell-time i {
    width:23px;
    height:23px;
    vertical-align:middle;
    display:inline-block; 
    margin-right:5px;
    background-image: url(../image/preview.png);
    background-position: -60px -170px;
    background-repeat: no-repeat;
}
.info-box .box-price .price-sell .sell-time span {
	margin: 0 2px;
	font-size: 14px;
	font-weight: bold;
}
.info-box .box-price .price-sell .sell-offline span {
	margin-left: 50px;
	color:#777;
}
.info-box .box-sell{
	height: 37px;
	margin: 15px 0 5px 10px;
	border-top:1px dotted #c9c9c9;
	border-bottom:1px dotted #c9c9c9;
}
.info-box .box-sell ul li{
	margin: 5px 0;
	width: 30%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #666;
	float: left;
}
.info-box .box-sell ul li.line{
	width: 1px;
	background-color: #fff;
	border-right: 1px dotted #c9c9c9;
}
.info-box .box-sell ul li.clear{
	width: auto;
}
.info-box .box-sell ul li font{
	margin-left: 4px;
}

.info-box .box-memo{
	line-height: 20px;
	margin: 15px 0 5px 30px;
}

.info-box .box-cart{
	height: 40px;
	margin: 20px 0;
	padding-left: 80px;
}
.info-box .box-cart a{
	background-color: #ffeded;
	border: 1px solid #c40000;
	text-decoration: none;
	color: #c40000;
	width: 180px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
    font-family:"Microsoft YaHei";
    font-size:16px;
	margin: 0 10px;
	text-align:center;
}
.info-box .box-cart .cart-buy:hover{
	background-color: #fedfdf;
	border: 1px solid #c40000;
	color: #b40000;
}
.info-box .box-cart .cart-add{
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
	position: relative;
	text-indent: 2em;
}
.info-box .box-cart .cart-add i{
	position: absolute;
	width: 24px;
	height:22px;
	display: inline-block;
	left: 30px;
	top:10px;
	background-image:url(../image/preview.png);
	background-repeat:no-repeat;
	background-position:-60px -200px;
}
.info-box .box-cart .cart-add:hover{
	background-color: #b40000;
	border: 1px solid #b40000;
	color: #fff;
}
.info-box .box-cart a:hover, .info-box .box-cart a.action{
	/*background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;*/
}
.goods-box{
    margin: 0 20px;
	padding: 10px;
    /*min-height: 142px;
    background: #fafafa;*/
}
.goods-box dl{
	margin: 8px 0;
}
.goods-box dl dt{
	float: left;
	width: 60px;
	line-height: 25px;
	color: #666;
}
.goods-box dl dd{
	float: left;
	width: 700px;
	line-height: 25px;
}
.goods-box dl dd ul li{	
	padding: 2px 10px;
	margin: 5px 15px 5px 0;
	line-height: 25px;
	background: #fff;
	border:1px solid #dcdcdc;
	outline:1px solid #fff;
	float: left;
	cursor: pointer;
}
.goods-box dl dd ul li img{
	width: 36px;
	height: 36px;
	margin: 3px -5px;
	border-radius: 3px;
}
.goods-box dl dd ul li.action, .goods-box dl dd ul li:hover{
	border:1px solid #f40;
	outline:1px solid #f40;
	background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.goods-box .box-nums{
	padding-top: 10px;
}
.goods-box .box-nums dd{
	font: 12px Arial, Helvetica, sans-serif, "宋体";
}
.goods-box .box-nums a{
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border:1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
	float:left;
}
.goods-box .box-nums a:hover{
	border:1px solid #666;
}
.goods-box .box-nums input{
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left:none;
	border-right:none;
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	overflow: hidden;
	outline:medium;
	float:left;
}
.goods-box .box-nums span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}
.goods-box .box-nums .box-nums-store{
    /*display: none;*/
}
.goods-box .box-status{
	height: 25px;
	line-height: 25px;
	margin: 10px 10px 0 10px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: red;
	background-color: #ffe8d7;
	display: none;
}

.box-zzinfo {
	/*background-color: #f9f9f9;
	border: 1px solid #eaeaea;
	margin: 20px 0;*/
	margin-bottom: 20px;
	font-size: 14px;
}
.box-zzinfo .box-name {
	height: 24px;
	line-height: 24px;
	margin-left: 20px;
    padding-top: 20px;
}
.box-zzinfo .box-name span {
	color: #666;
	margin-right: 10px;
}
.box-zzinfo .box-name a {
	width: 95px;
	height: 24px;
	line-height: 24px;
	margin-left: 80px;
	border-radius: 12px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background-color: #10a8dc;
}
.box-zzinfo .box-name a i {
	width: 16px;
	height: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 3px;
	background-image: url(../image/preview.png);
	background-position: 0 -177px;
	background-repeat: no-repeat;
}
.box-zzinfo .box-name a span {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.box-zzinfo .box-category {
	height: 20px;
	line-height: 20px;
	margin: 10px 20px;
	color: #333;
}
.box-zzinfo .box-category span {
	color: #666;
}
.box-zzinfo .box-category a {
	padding: 3px 5px;
	color: #10a8dc;
	font-size: 12px;
}
.box-zzinfo .box-item {
	line-height: 30px;
	margin: 10px 20px;
}
.box-zzinfo .box-item dt {
	font-weight: bold;
	color: #666;
}
.box-zzinfo .box-item dd {
	width: 30%;
	margin-right: 3%;
	float: left;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.box-zzinfo .box-item dd span {
	color: #666;
}
.box-zzinfo .box-item dd a {
	color: #10a8dc;
}

.box-done{
    padding-top: 10px;
}
.box-done dl {
    /*border: 1px solid #f3f3f3;*/
}
.box-done dl dt, .box-done dl dd{
	height: 50px;
	line-height: 50px;
    overflow: hidden;
	font-size: 13px;
}
.box-done dl dd {
	height: 40px;
	line-height: 40px;
}
.box-done dl dt {
	color: #333;
	/*background-color: #fafafa;*/
	text-align: left;
	border-bottom: 1px solid #ececec;
}
.box-done dl dt span.price {
	font-size: 12px;
	color: #333;
}
.box-done dl span.date {
    margin-right: 10px;
	font-size: 12px;
	color: #999;
	float: right;
}
.box-done dl span.user {
	width: 100px;
    margin-left: 10px;
    text-align: left;
	overflow: hidden;
	display: inline-block;
}
.box-done dl span.price {
	width: 120px;
	overflow: hidden;
	display: inline-block;
	font-family: "Arial";
	color: #10a8dc;
}
.box-done dl span.num {
	width: 60px;
	overflow: hidden;
	display: inline-block;
}
.box-done dl span.specs {
	width: 350px;
	display: inline-block;
	overflow: hidden;
}
.dlcjjl dl span.specs{width:300px;}



.xgzz-box{
	background-color: #f9f9f9;
}
.xgzz-box .box-title{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #999;
}
.xgzz-box .box-con{
	margin: 0 25px;
	padding-bottom: 10px;
}
.xgzz-box .box-con li{
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	position: relative
}
.xgzz-box .box-con li:last-child{
	border-bottom: none;
}
.xgzz-box .box-con li.box-item .item-left{
	width: 90px;
	float: left;
}
.xgzz-box .box-con li.box-item .item-right{
	width: 120px;
	float: right;
}
.xgzz-box .box-con li.box-item .item-image{
	text-align: left;
}
.xgzz-box .box-con li.box-item .item-image a{
	width: 75px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
}
.xgzz-box .box-con li.box-item .item-image a img{
	width: 75px;
	height: 100px;
}
.xgzz-box .box-con li.box-item .item-title{
	max-height: 48px;
	overflow: hidden;
}
.xgzz-box .box-con li.box-item .item-title a{
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.xgzz-box .box-con li.box-item .item-info{
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #666;
}
.xgzz-box .box-con li.box-item .item-discount{
	position: absolute;
	display: none;
}
.xgzz-box .box-con li.box-item .item-price{
	line-height: 24px;
	color: #10a8dc;
	font-size: 14px;
}
.xgzz-box .box-con li.box-item .item-price i{
	font-style: normal;
}
.xgzz-box .box-con li.box-item .item-price s{
	margin-left: 10px;
	font-size: 12px;
	color: #999;
	font-style: normal;
}
.xgzz-box .box-con li.box-item .item-price u{
	margin-left: 10px;
	font-size: 12px;
	color: #999;
	font-style: normal;
	text-decoration: none;
}







.info-box .box-but{
    margin:0 20px;
}
.info-box .box-but a {
	width: 155px;
	height: 48px;
	margin: 20px;
	line-height: 48px;
	display: inline-block;
	border-radius: 5px;
	background-color: #10a8dc;
}
.info-box .box-but a i {
	width: 24px;
	height: 22px;
	margin: 13px 10px 13px 20px;
	display: inline-block;
	background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	float: left;
}
.info-box .box-but a span {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #fff;
	float: left;
}
.info-box .box-but a.chat {
	background-color: #10a8dc;
}
.info-box .box-but a.chat i{
	background-position: -60px -140px;
}
.info-box .box-but a.favorite {
	background-color: #eaeaea;
}
.info-box .box-but a.favorite span{
	color: #10a8dc;
}
.info-box .box-but a.favorite i{
	background-size: 300px 450px;
	background-position: 0 -240px;
}

.hauto{
	height: auto;
}
.hfix{
	overflow: hidden;
}
.more-detail {
}
.more-detail .more-detail-txt{
	text-indent: 2em;
	font-size: 16px;
	color: #999;
}
.more-detail .more-detail-con {
	width: 100px;
	text-align: center;
	padding: 10px;
	margin: 1em auto;
	border: 1px dashed transparent;
	border-radius: 1em;
}
.more-detail .more-detail-con:hover {
	border: 1px dashed #10a8dc;
}
.more-detail .mbtn{
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	margin: 20px auto 0;
	+margin-bottom: 20px: ;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}
.more-detail .mbtn b {
	position: absolute;
	top: 35px;
	left: 20px;
	height: 40px;
	width: 50px;
	background: url(../image/more-detail.png) no-repeat -99999em 0;
	background-position: 6px -570px;
}
.more-detail .more-detail-con .expand b {
	background-position: 6px -635px
}

.w920{
	width: 920px;
}
.w270{
	width: 270px;
}

.content-box{
	color: #000;
	margin-top: 30px;
}
.content-box .box-title{
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}
.content-box .box-sub-title{
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	color: #10a8dc;
	/*padding-left: 10px;
	border-left: 3px solid #ff5836;*/
}
.content-box .article-sub-title{
	line-height: 32px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.content-box .box-con{
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}
.content-box .box-con p a{
	color: #000;
	text-decoration: none;
}
.content-box .box-con p a:hover{
	color: #10a8dc;
}
.content-box .box-body{
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}
.content-box .box-echarts{
	width: 900px;
	height: 450px;	
}
.content-box .box-echarts .box-echarts-con{
	width: 900px;
	height: 450px;
}
.content-box .box-issue-list{
	/*border: 1px solid #eaeaea;*/
	font-size: 14px;
	margin-bottom: 20px;
}
.content-box .box-issue-list .box-issue-menu{
	width: 150px;
	/*margin: 5px 5px 0 5px;*/
	min-height: 720px;
	background-color: #fafafa;
}
.content-box .box-issue-list .box-issue-menu dl{
	height: 30px;
	/*margin-bottom: 5px;*/
	overflow: hidden;
}
.content-box .box-issue-list .box-issue-menu dl dt{
	text-align: center;
	background-color: #f5f5f5;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.content-box .box-issue-list .box-issue-menu dl.active{
	height: auto;
}
.content-box .box-issue-list .box-issue-menu dl.active dt{
	color: #10a8dc;
	/*background-color: #10a8dc;*/
}
.content-box .box-issue-list .box-issue-menu dl:hover dt{
	color: #10a8dc;
	/*background-color: #10a8dc;*/
}
.content-box .box-issue-list .box-issue-menu dl dd{
	line-height: 25px;
	margin: 5px;
	float: left;
}
.content-box .box-issue-list .box-issue-menu dl dd.null{
	width: 100%;
	clear: both;
}
.content-box .box-issue-list .box-issue-menu dl dd a{
	padding: 0 5px;
	height: 25px;
	display: inline-block;
	text-decoration: none;
}
.content-box .box-issue-list .box-issue-menu dl dd a:hover{
	/*background-color: #10a8dc;*/
	color: #10a8dc;
}
.content-box .box-issue-list .box-issue-menu dl dd a.active{
	/*background-color: #10a8dc;*/
	color: #10a8dc;
}
.content-box .box-issue-list .box-issue-item{
	position: relative;
	overflow: hidden;
	/*width: 748px;*/
	color: #999;
	/*margin: 5px;*/
	width: 760px;
	margin-left: 10px;
}
.hfix .box-issue-list .box-issue-item{
	height: 720px;
}
.content-box .box-issue-list .box-issue-item dl{
	padding-top: 40px;
}
.content-box .box-issue-list .box-issue-item dl dt, .content-box .box-issue-list .box-issue-item dl dd{
	padding: 0 10px;
}
.content-box .box-issue-list .box-issue-item dl .title{
	width: 510px;
	margin-right: 20px;
	float: left;
}
.content-box .box-issue-list .box-issue-item dl .authors{
	width: 110px;
	margin-right: 20px;
	font-size: 12px;
	overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
	float: left;
}
.content-box .box-issue-list .box-issue-item dl .page{
	width: 80px;
	text-align: right;
	font-size: 12px;
	overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
	float: right;	
}
.content-box .box-issue-list .box-issue-item dl dt{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 35px;
	line-height: 35px;
	border-bottom: 5px solid #fff;
	font-size: 14px;
	background-color: #f5f5f5;
}
.content-box .box-issue-list .box-issue-item dl dd{
	line-height: 40px;
	font-size: 14px;
	background-color: #f5f5f5;
}
.content-box .box-issue-list .box-issue-item dl dd.column{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.content-box .box-issue-list .box-issue-item dl dd.white{
	background-color: #fff;
}
.content-box .box-issue-list .box-issue-item .box-issue-page{
	width: 100%;
	bottom: 0;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	text-align: center;
	position: absolute;
}
.content-box .box-issue-list .box-issue-item .box-issue-page a{
	padding: 5px 10px;
	text-decoration: none;
	color: #10a8dc;
}
.content-box .box-issue-list .box-issue-item .box-issue-page a.active{
	color: #fff;
	background-color: #10a8dc;
}
.content-box .box-issue-list .box-issue-item .box-issue-page a:hover{
	color: #fff;
	background-color: #10a8dc;
}

.content-box .box-year-list{
	font-size: 14px;
	margin-bottom: 20px;
}
.content-box .box-year-list ul li{
	line-height: 28px;
}
.content-box .box-year-list ul li .l{
	color: #999;
	text-align: center;
}
.content-box .box-year-list ul li .r{
	float: left;
	width: 800px;
}
.content-box .box-year-list ul li .r a{
	padding: 2px 5px;
	text-decoration: none;
	color: #10a8dc;
}
.content-box .box-year-list ul li .r a:hover{
	color: #fff;
	background-color: #10a8dc;
}

.box-bbs{
}
.box-bbs dd{
	padding: 20px 10px;
}
.box-bbs dd.split{
	height: 1px;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
}
.box-bbs dd.yellow{
	background-color: ivory;
}
.box-bbs .bbs-photo{
	width: 100px;
	text-indent: 0;
	text-align: center;
}
.box-bbs .bbs-photo a img{
	width: 48px;
	height: 48px;
	border: 1px solid #f5f5f5;
	background-image: url(../image/member.jpg);
	background-size: 56px 56px;
	border-radius: 50%;
}
.box-bbs .bbs-content{
	width: 800px;
	text-indent: 0;
}
.box-bbs .bbs-content .bbs-info{
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#666;
	padding: 0 15px;
	border-radius: 12px;
	background-color: #fcfcfc;
}
.box-bbs .bbs-content .bbs-tool{
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#666;
}
.box-bbs .reply-box .bbs-reply{
	padding: 10px 5px;
	margin-top: 10px;
	margin-left: 110px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
}
.box-bbs .reply-box .bbs-reply .bbs-up{
	width: 29px;
	height: 14px;
	background-image: url(../image/bbs-up.png);
	background-repeat: no-repeat;
	display: inline-block;
	top: -13px;
	right: 65px;
	/*right: 60px;*/
	position: absolute;
} 
.box-bbs .reply-box .bbs-reply li{
	margin: 10px 0;
}
.box-bbs .reply-box .bbs-photo{
	width: 99px;
} 
.box-bbs .reply-box .bbs-content{
	width: 675px;
	/*width: 799px;*/
} 
.box-bbs .reply-box .bbs-content .bbs-info{
	/*background-color: transparent;*/
} 
.box-bbs .bbs-content i{
	padding-right: 5px;
	vertical-align: middle;
}
.box-bbs .bbs-content span{
	margin-right: 20px;
    color:#999;
}
.box-bbs .bbs-content a{
	color:#10a8dc;
	text-decoration: none;
}
.box-bbs .bbs-content a:hover{	
	color:#10a8dc;
}
.box-bbs .bbs-content a.but{
	padding: 3px 5px;
	border: 1px dotted transparent;
}
.box-bbs .bbs-content a.but:hover{
	border: 1px dotted #666;
}
.box-bbs .bbs-content .bbs-body{
	margin: 10px;
}
.box-bbs .bbs-content .bbs-body p{
	line-height: 25px;
	font-size: 14px;
	margin: 5px 0;
}
.box-bbs .bbs-content .bbs-body .stzoom{
	margin: 10px 15px;
}
.box-bbs .bbs-content .bbs-body .stzoom img{
	height: 75px;
	margin-right: 10px;
	cursor: pointer;
}
#stzoomsrc{
	display: none;
	position: absolute;
	background-color: #ededed;
	border: 1px solid #aaa;
}
#stzoomsrc img{
	height: 350px;
}
.reply-form{
	margin-top: 10px;
}
.reply-form .reply-input{
    line-height: 24px;
    text-indent: 0;
	background-color:#fff;
	border:1px solid #eaeaea;
	margin-left: 110px;
	border-radius: 5px;
}
.reply-form .reply-input .c{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width: 98%;
	height:72px;
    line-height: 24px;
	margin:5px 1%;
    overflow: hidden;
}
.reply-form .reply-but{
	margin-top: 5px;
	text-align: right;
}
.reply-form .reply-but a{
	border: none;
	font-size:12px;
	text-align:center;
	padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
}
.reply-form div.reply-but a:hover{
	border: none;
}
.reply-form .reply-but a.s{
	color: #fff;
	background-color:#10a8dc;
}
.reply-form .reply-but a.s:hover{
	color: #fff;
	background-color:#10a8dc;
}
.reply-form .reply-but a.e{
	color: #fff;
	background-color:#444;
}
.reply-form .reply-but a.e:hover{
	color: #fff;
	background-color:#333;
}

.box-comment{
    padding-top: 10px;
}
.box-comment .line2px{
	height: 10px;
	border-top: 2px solid #10a8dc;
}
.box-comment .box-txt{
    padding:5px 10px;
    border:1px solid #eaeaea;
}
.box-comment .box-txt textarea{
    width: 100%; 
    height:150px;
    line-height:25px;
    border: 0 solid #fff;
}
.box-comment .box-but{
    height: 39px;
    line-height: 40px;
    background-color: #f5f5f5;
    border:1px solid #eaeaea;
    border-top: 0 solid #f5f5f5;
}
.box-comment .box-but .but-file{
	width: 120px;
	height: 30px;
	margin-top: 4px;
    margin-left: 20px;
	position: relative;
	overflow: hidden;
    border: 1px solid #eaeaea;
    background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: -140px -136px;
    float: left;
}
.box-comment .box-but .file-selected{
	background-position: -140px -180px;
}
.box-comment .box-but .but-file:hover{
    border: 1px solid #10a8dc;
}
.box-comment .box-but .but-file span{
	position: absolute;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #10a8dc;
	text-align: center;
	text-indent: 50px;
    display: inline-block;
}
.box-comment .box-but .but-file .file {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	height: 30px;
	font-size: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.box-comment .box-but .but-submit {
	position: relative;
    float: right;
}
.box-comment .box-but .but-submit a{
    width: 120px;
    height: 40px;
    position: absolute;
    left: -120px;
    top: -1px;
    display: inline-block;
    background-color: #10a8dc;
    text-align: center;
    text-decoration: none;
	font-size: 18px;
	font-family: "Microsoft Yahei";
    color: #fff;
    float: right;
}
.box-comment .box-but .but-submit a:hover{
    background-color: #11a0cf;
}
.box-comment .box-login{
    margin-top:10px;
    height: 25px;
    line-height: 25px;
    color: #999;
}
.box-comment .box-login a{
    margin: 0 10px;
}
.box-comment .box-login a:hover{
    color:#11a0cf;
}

.rmwz-box{
	background-color: #f9f9f9;
}
.rmwz-box .box-title{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}
.rmwz-box .box-con{
	margin: 0 25px;
	padding-bottom: 10px;
}
.rmwz-box .box-con li{
	margin: 10px 0;
	padding-bottom: 10px;
    background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: -180px -75px;
    border-bottom: 1px solid #eaeaea;
}
.rmwz-box .box-con li .title{
	margin-left: 30px;
	line-height: 24px;
	font-size: 14px;
}
.rmwz-box .box-con li:last-child{
	border-bottom: none;
}

.xgqk-box{
	background-color: #f9f9f9;
}
.yfb_keyword_list .xgqk-box{
	background-color: #fff;
}
.xgqk-box .box-title{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}
.xgqk-box .box-con{
	margin: 0 25px;
	padding-bottom: 10px;
}
.xgqk-box .box-con li{
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	position: relative
}
.xgqk-box .box-con li:last-child{
	border-bottom: none;
}
.xgqk-box .box-con li.box-item .item-left{
	width: 90px;
	float: left;
}
.xgqk-box .box-con li.box-item .item-right{
	width: 120px;
	float: right;
}
.xgqk-box .box-con li.box-item .item-image{
	text-align: left;
}
.xgqk-box .box-con li.box-item .item-image a{
	width: 75px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
}
.xgqk-box .box-con li.box-item .item-image a img{
	width: 75px;
	height: 100px;
}
.xgqk-box .box-con li.box-item .item-title{
	max-height: 48px;
	font-size: 16px;
	overflow: hidden;
}
.xgqk-box .box-con li.box-item .item-title a{
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
}
.xgqk-box .box-con li.box-item .item-issue{
	line-height: 24px;
	color: #666;
}
.xgqk-box .box-con li.box-item .item-info{
	line-height: 20px;
	color: #666;
}
.xgqk-box .box-con li.box-item .item-icon{
	width: 19px;
	height: 41px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.xgqk-box .box-con li.box-item .sd{
	background-image: url(../image/sd.png);
}
.xgqk-box .box-con li.box-item .hx{
	background-image: url(../image/hx.png);
}
.xgqk-box .box-con li.box-item .rx{
	background-image: url(../image/rx.png);
}

.rmbq-box{
	background-color: #f9f9f9;
	margin-bottom: 20px;
}
.rmbq-box .box-title{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}
.rmbq-box .box-con{
	margin: 0 30px;
	padding: 22px 0;
}
.rmbq-box .box-con li{
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}
.rmbq-box .box-con li a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	overflow: hidden;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.rmbq-box .box-con li a:hover{
	color: #fff;
	border: 1px solid #10a8dc;
	background-color:#10a8dc;
}

.fwtj-box{
	background-color: #f9f9f9;
}
.yfb_keyword_list .fwtj-box{
	background-color: #fff;
}
.fwtj-box .box-title{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}
.fwtj-box .box-con{
	padding: 0;

}
.fwtj-box .work-box{
	background: transparent;
}
.fwtj-box .work-box ul{
	width: auto;
}
.fwtj-box .work-box ul li{
	width: auto;
	float: none;
	margin: 20px 0;
}
.fwtj-box .work-box .item-con{
	width: 140px;
	margin: 20px;
}


.qkxx-box{
	background-color: #f9f9f9;
}
.qkxx-box .box-title{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #999;
}
.qkxx-box .box-con{
	padding: 30px;
}
.qkxx-box .box-image{
	width: 90px;
	float: left;
}
.qkxx-box .box-image a{
	width: 75px;
	height: 100px;
	display: inline-block;
	overflow: hidden;
}
.qkxx-box .box-image a img{
	width: 75px;
	height: 100px;
}
.qkxx-box .box-info{
	width: 120px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	float: right;
}
.qkxx-box .box-info a{
	text-decoration: none;
}
.qkxx-box .box-but{
	margin-top: 10px;
	line-height: 25px;
	color: #999;
}
.qkxx-box .box-but a{
	margin: 0 5px;
	padding: 3px 15px;
	color: #10a8dc;
	border: 1px solid #10a8dc;
}
.qkxx-box .box-but a:hover, .qkxx-box .box-but a.active{
	text-decoration: none;
	color: #fff;
	background-color: #10a8dc;
	border: 1px solid #10a8dc;
}
.qkxx-box .box-but span{
	margin: 0 5px;
}


.qkzs-box{
	background-color: #f9f9f9;
}
.qkzs-box .box-title{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #999;
}
.qkzs-box .box-con{
	padding: 30px;
	font-size: 14px;
}
.qkzs-box .box-con ul li {
	height: 35px;
	line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.qkzs-box .box-con ul li i {
	color: #999;
	vertical-align: middle;
	margin-right: 5px;
}
.qkzs-box .box-con ul li a {
    text-decoration:none;
}

.paper-box{
}
.paper-box .box-title{
	line-height: 30px;
	font-size: 28px;
	font-weight: 500;
	color: #333;
}
.paper-box .box-info{
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.paper-box .box-info span{
	margin-right: 5px;
}
.paper-box .box-info .authors{
	color: #10a8dc;
}
.paper-box .box-keywords{
	margin: 10px 0;
}
.paper-box .box-keywords li{
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}
.paper-box .box-keywords li a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.paper-box .box-keywords li a:hover{
	color: #fff;
	border: 1px solid #10a8dc;
	background-color:#10a8dc;
}
.paper-box .box-abstract{
	margin: 20px 0;
	padding: 20px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	background-color: #f9f9f9;
}
.paper-box .box-image{
    margin: 20px 0;
}
.paper-box .box-image p{
	margin: 10px 0;
}
.paper-box .box-image img{
	width: 100%;
	border: 1px solid #999;
}
.paper-box .box-page{
    margin: 50px 0;
    text-align: center;
}
.paper-box .box-page a{
    /* margin: 0 30px; */
    border: 1px solid #666;
	font-size: 14px;
	font-family: "Microsoft Yahei";
    color: #666;
    padding: 5px 30px;
}
.paper-box .box-page a:hover{
    text-decoration: none;
    border: 1px solid #13c7e2;
    color: #13c7e2;
}
.paper-box .box-down{
    margin:50px auto;
    text-align: center;
}
.paper-box .box-down a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 20px;
    color: #10a8dc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #10a8dc;
    border-radius: 5px;
    text-align: left;
}
.paper-box .box-down a i {
	width: 20px;
	height: 20px;
	margin: 10px 5px 10px 25px;
	overflow: hidden;
	display: inline-block;
	background-image: url(../image/down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
    vertical-align: bottom;
}
.paper-box .box-down a i.img2{
	background-position: -20px 0;
}
.paper-box .box-down a i.img3{
	background-position: -40px 0;
}
.paper-box .box-down a i.img4{
	background-position: -60px 0;
}
.paper-box .box-down a i.img5{
	background-position: -80px 0;
}
.paper-box .box-down a i.img6{
	background-position: -100px 0;
}
.paper-box .box-down a:hover, .paper-box .box-down a.action{
    color: #fff;
    background-color: #10a8dc;
}
.paper-box .box-down a:hover i, .paper-box .box-down a.action i{
	background-position: 0 -20px;
}
.paper-box .box-down a:hover i.img2, .paper-box .box-down a.action i.img2{
	background-position: -20px -20px;
}
.paper-box .box-down a:hover i.img3, .paper-box .box-down a.action i.img3{
	background-position: -40px -20px;
}
.paper-box .box-down a:hover i.img4, .paper-box .box-down a.action i.img4{
	background-position: -60px -20px;
}
.paper-box .box-down a:hover i.img5, .paper-box .box-down a.action i.img5{
	background-position: -80px -20px;
}
.paper-box .box-down a:hover i.img6, .paper-box .box-down a.action i.img6{
	background-position: -100px -20px;
}
.paper-box .box-item{
	margin: 20px 0;
}
.paper-box .box-item li{
	margin: 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.paper-box .box-item li:last-child{
	border-bottom: none; 
}
.paper-box .box-item li a{
	text-decoration: none;
}
.paper-box .box-item li .item-title{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	overflow: hidden; white-space: nowrap;text-overflow: ellipsis;
}
.paper-box .box-item li .item-info{
	line-height: 35px;
	font-size: 12px;
	color: #999;
}
.paper-box .box-item li .item-info span{
	margin-right: 10px;
}
.paper-box .box-item li .item-info i{
	vertical-align: middle;
}
.paper-box .box-item li .item-abstract{
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.paper-box .box-item li .item-keyword{
	margin-top: 20px;
	line-height: 25px;
}
.paper-box .box-item li .item-keyword a{
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	margin: 0 20px 10px 0;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.paper-box .box-item li .item-keyword a:hover{
	color: #fff;
	border: 1px solid #10a8dc;
	background-color:#10a8dc;
}


.fenxiang-box {
	position: fixed;
	z-index: 999;
}
.fenxiang-box .box-con{
	position: absolute;
	width: 60px;
	height: 110px;
	left: -70px;
	top: 0;
}
.fenxiang-box .box-icon{
	width: 60px;
	height: 60px;
	text-align: center;
}
.fenxiang-box .box-icon a{
	width: 60px;
	height: 60px;
	display: inline-block;
	color: #666;
	background-color: #f9f9f9;
}
.fenxiang-box .box-icon i{
	height: 60px;
	line-height: 60px;
	font-size: 36px;
}
.fenxiang-box .box-icon:hover a{
	text-decoration: none;
	color: #fff;
	background-color: #10a8dc;
}
.fenxiang-box .box-icon .tips{
	position: absolute;
	width: 110px;
	height: 110px;
	padding: 10px;
	background-color: #eaeaea;
	display: none;
}
.fenxiang-box .box-icon .tips{
	width: 110px;
	height: 110px;
}

.tag-box{
	font-size: 14px;
}
.tag-box .box-con{
	margin: 20px 0;
}
.tag-box .box-con li{
	margin: 10px 20px 10px 0;
	float: left;
}
.tag-box .box-con li a{
	min-width: 180px;
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	/*border: 1px solid #eaeaea;
	border-radius: 12px;*/
	text-decoration: none;
}
.tag-box .box-con li a:hover{
	color: #10a8dc;
	/*border: 1px solid #10a8dc;
	background-color:#10a8dc;*/
}
.tag-box .box-con li a span{
	margin-left: 5px;
	color: #999;
}

/*****************************************/

.table-list table{
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
    border: none;
}
.table-list table thead tr{
	height: 33px;
	text-align: center;
	background-color: #f1f1f1;
}
.table-list table thead th{
	border: 1px solid #ececec;
	font-weight:400;
	color: #333;
}
.table-list table tfoot{
	/*border: 1px solid #ececec;*/
}
.table-list table tfoot tr{
	line-height: 45px;
	/*background-color: #f1f1f1;*/
}
.table-list table tfoot td{
	padding: 2px 20px;
	text-align: right;
}
.table-list table tbody{
	border: 1px solid #ececec;
}
.table-list table tbody tr{
	border-bottom: 1px dashed #ececec;
}
.table-list table tbody tr:hover{
	background-color: #f6f6f6;	
}
.table-list table tbody td{
	padding: 2px 5px;
	line-height: 25px;
}

table.nolrboder thead th, table.nolrboder tfoot{
	border-left: 0 none;
	border-right: 0 none;
}
table.nolboder thead th, table.nolboder tfoot{
	border-right: 0 none;
}
table.norboder thead th,  table.norboder tfoot{
	border-left: 0 none;
}


.goods_nums{
	padding-top: 10px;
}
.goods_nums dd{
	font: 12px Arial, Helvetica, sans-serif, "宋体";
}
.goods_nums a{
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border:1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
	float:left;
}
.goods_nums a:hover{
	border:1px solid #666;
}
.goods_nums input{
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left:none;
	border-right:none;
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	overflow: hidden;
	outline:medium;
	float:left;
}
.goods_nums span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.shop_buy_but a{
	background-color: #ffeded;
	border: 1px solid #c40000;
	color: #c40000;
}
.shop_buy_but a:hover, .shop_buy_but a.over{
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
}

.cart_box{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	width: 80px;
	height: 105px;
	background-image: url(../image/cart.png);
	font-size: 12px;
	text-align: center;
}
.cart_box .cart_text{
	margin:0 1px 55px 1px;
	height: 20px;
	line-height: 20px;
	color: #eaeaea;
}
.cart_box .cart_nums{
	margin: 0 1px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.cart_box .cart_but{
    font-family: "Microsoft YaHei";
	height: 30px;
	line-height: 30px;
}
.cart_box .cart_but a{
	font-size: 14px;
	color: #f4ea3d;
	text-decoration: none;
}

.my_cart_box{
	height:107px;
	background:#fff url(../image/mycart.gif) no-repeat 14px 29px;
}
.order_step {
	margin: 37px 20px 0px 0px;
	width: 702px;
	height: 32px;
	line-height: 32px;
	float: right;
}
.order_step li {
	background: url(../image/mycart.gif) no-repeat right -82px #ffe8d7;
	padding: 0px 29px 0px 0px;
	width: 188px;
	height: 32px;
	color: #ccc;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
}
.order_step li.current {
	background-position: right -82px;
	color: #fff;
	background-color: #ed6807;
}
.order_step li.current_prev{
	background-position: right -114px;
	color: #fff;
	background-color: #ed6807;
}
.order_step li.last {
	background-position: right -210px;
}
.order_step li.last_current{
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}
.order_step li span {
	display: block;
}
.order_step li .first {
	background: url(../image/mycart.gif) no-repeat 0px -146px;
}
.order_step li.current .first {
	background-position: 0px -178px;
}
.order_step li.current_prev .first {
	background-position: 0px -178px;
}

.cart_message{
	margin: 10px 0;
	padding:22px 0 25px 0;
	background-color:#fff;
}
.cart_message .cart_message_info{
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}
.cart_message .cart_message_but{
	margin: 30px auto;
	text-align: center;
}
.cart_message_con{
	margin: 20px auto;
	width: 650px;
	line-height: 35px;
	text-align: left;
}
.cart_error .cart_message_info{
	color: red;
}


.goods_list .cart_img{
	text-align: center;
}
.goods_list .cart_img img{
	width: 75px;
	height: 100px;
	margin: 5px auto;
}
.goods_list .cart_title{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.goods_list .cart_spec{
	line-height: 20px;
	font-size: 12px;
}
.goods_list .cart_spec span{
	color: #666;
	margin-right: 5px;
}
.goods_list .cart_price{
	font-size: 14px;
	color: red;
}
.goods_list .cart_price i{
	font-style: normal;
	margin-right: 5px;
}


.goods_list .cart_info{
	margin: 15px 0;
	font-size: 14px;
}
.goods_list .cart_total{
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}
.goods_list .cart_total i{
	font-size: 16px;
	font-style: normal;
	margin:0 10px;
}


.goods_list .cart_info{
	margin: 15px 0;
	font-size: 14px;
}
.goods_list .cart_total{
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}
.goods_list .cart_total i{
	font-size: 16px;
	font-style: normal;
	margin:0 10px;
}


.goods_list .cart_but{
	margin: 25px 0;
}

/*cart order*/
.order_info{
	text-align: left;
	line-height: 30px;
	margin: 10px 0;
}
.order_info .order_info_bar{
	padding: 2px 20px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	font-size:14px;
	font-weight: bold;
}

.calc_info .order_info_bar{
	border-bottom: 1px solid #f40;
}
.order_address ul li{
	margin: 5px 0;
}
.order_address ul li label{
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dadada;
}
.order_address ul li label.over{
	padding: 7px 15px;
	border: 2px solid #f40;
}
.order_address ul li span{
	color: #999;
	padding: 0 5px;
}
.order_address ul li a{
	margin-left: 20px;
}

.order_express ul li{
	margin: 5px 10px 5px 0;
	float: left;
}
.order_express ul li label{
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dadada;
}
.order_express ul li label.over{
	padding: 7px 15px;
	border: 2px solid #f40;
}
.order_express ul li span{
	color: #999;
	padding: 0 5px;
}

.invoice_info{
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}


ul.payment_list li{
	width: 135px;
	height: 90px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}
ul.payment_list li.over, ul.payment_list li:hover{
	border: 2px solid #f40;
}
ul.payment_list li.over p, ul.payment_list li:hover p{
	background-color: #f40;
	color: #fff;
}
ul.payment_list li img{
	width: 135px;
	height: 70px;
}
ul.payment_list li p{
	height: 20px;
	line-height: 20px;
	background-color: #e2e2e2;
	text-align: center;
	overflow: hidden;
}


.form{
	margin: 10px 20px;
}
.form form ul li{
	line-height: 1.5;
}
.form form ul li label{
	display: block;
	color: #999;
	margin-top: 10px;
}
.form form ul li input{
	padding: 4px;
	font-size:16px;
}
.form form ul li input:focus{
	padding: 3px;
}
.form .ajaxinfo{
	visibility: hidden;
	padding: 5px 20px;
	margin: 20px auto;
	line-height: 28px;
	color: #f40;
	border: 1px dotted #b9996b;
}


.index-menu { position:fixed; left:30px; top:160px; display:none; left:50%; margin-left:-660px }
.index-menu ul{width: 40px; background-color: #f5f5f5;}
.index-menu ul li { width:40px; height:40px; line-height:40px; text-align:center; border-bottom: 1px solid #ddd;}
.index-menu ul li:last-child { border-bottom:0 none; }
.index-menu ul li a{ position:relative; text-decoration: none; width:40px; height:40px; line-height:40px; display:block; color:#666;}
.index-menu ul li.hover a, .index-menu ul li a:hover{color: #fff; background-color: #10a8dc;}
.index-menu ul li i{display:none; position: absolute; right: -6px;top: 14px; width: 0; height: 0;border-top: 6px solid transparent;border-left: 6px solid #10a8dc;border-bottom: 6px solid transparent;}
.index-menu ul li.hover a i, .index-menu ul li a:hover i{display: block;}

.title .hot, .title .sale, .title .new, .title .clock, .title .brand, .title .like, .title .share, .title .shop, .title .news {
	background-image: url(../image/icon.png);
	background-repeat: no-repeat;
	margin-left: 7px;
	vertical-align: middle;
	display: inline-block;
	height: 25px;
}
.title .hot{background-position:0 0;width:67px}
.title .sale{background-position:0 -25px;width:81px}
.title .new{background-position:0 -50px;width:73px}
.title .clock{background-position:0 -75px;width:116px}
.title .brand{background-position:0 -100px;width:110px}
.title .like{background-position:0 -125px;width:64px}
.title .share{background-position:0 -150px;width:109px}
.title .shop{background-position:0 -175px;width:92px}
.title .news{background-position:0 -200px;width:94px}




.rmwz2-box{
}
.rmwz2-box .box-title{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #999;
}
.rmwz2-box .box-con{
	margin: 0 25px;
	padding-bottom: 10px;
}
.rmwz2-box .box-con li{
	margin: 10px 0;
	padding-bottom: 10px;
    background-image: url(../image/preview.png);
	background-repeat: no-repeat;
	background-position: -180px -75px;
	/*border-bottom: 1px dotted #ccc;*/
}
.rmwz2-box .box-con li .title{
	margin-left: 30px;
	line-height: 24px;
	font-size: 16px;
}
.rmwz2-box .box-con li .authors{
	/*float: right;*/
	margin-left: 10px;
	color: #999;
}
.rmwz2-box .box-con li:last-child{
}


.customerservice{
	position: fixed;
	right: 20px;
	top: 115px;
	width: 68px;
	height: 392px;
	background-image: url(../image/customerservice.png);
	background-repeat: no-repeat;
	background-position: -78px 0;
	z-index: 9999;
}
.customerservice ul{
	margin: 67px 4px 0 4px;
}
.customerservice ul li{
	width: 60px;
	height: 60px;
	margin-bottom: 5px;
}
.customerservice ul li a{
	width: 60px;
	height: 60px;
	line-height: 3;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: none;
	transition: none;
}
.customerservice ul li a:hover{
	background-image: url(../image/customerservice.png);
	background-repeat: no-repeat;
}
.customerservice ul li.cs1 a:hover{
	background-position: -4px -67px;
}
.customerservice ul li.cs2 a:hover{
	background-position: -4px -132px;
}
.customerservice ul li.cs3 a:hover{
	background-position: -4px -197px;
}
.customerservice ul li.cs4 a:hover{
	background-position: -4px -262px;
}
.customerservice ul li.cs5 a:hover{
	background-position: -4px -327px;
}



.customerservice_dy{
	background-image: url(../image/customerservice_dy.png);
}



.hfix{
	max-height: 2700px;
	overflow: hidden;
}
.hauto{
	height: auto;
	max-height: auto;
	overflow: hidden;
}

.fileW {
	width: 90px;
	height: 90px;
	margin: 0 auto;  /* 30px;*/
	text-align: center;
}
.clearfix {
	*zoom: 1: ;
}
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
.car-detail .d-file {
	border-radius: 6px;
	margin-bottom: 20px;
	+padding-bottom: 40px: ;
	background: #fff;
}
.car-detail a:hover {
	text-decoration: none;
}
.car-detail {
	margin: 0 auto 20px;
}
.filebtn {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	margin: 20px auto 0;
	+margin-bottom: 20px: ;
	text-align: center;
	font: normal 14px/40px "Microsoft YaHei";
	color: #333;
}
.filebtn b {
	position: absolute;
	top: 35px;
	left: 20px;
	height: 40px;
	width: 50px;
	background: url(../image/search_ico.png) no-repeat -99999em 0;
	background-position: 6px -570px;
}
.fileW .expand b {
	background-position: 6px -635px
}




/**********************************/
.cart_tip_bd{
	width: 400px;
	height: 136px;
	border: 1px solid #d2d2d2;
	/*position: absolute;
	top:0;left:0;*/
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-68px;
	margin-left:-200px;
	z-index: 9999;
	background: #fff;
}
.cart_tip_bd .head{height:28px;}
.cart_tip_bd .head .close-btn{float:right;}
.cart_tip_bd .mac-success-txt {
    height: 30px;
    line-height: 32px;
    padding-left: 30px;   
    font-size: 18px;
    color: #333;
}
.cart_tip_bd .mac-success-txt em{
	background-position: -80px -144px;
	background-image: url(../image/ibar_sprites.png);
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-right: 3px;
}
.cart_tip_bd .module-cart-box p {
    text-align: center;
}
.cart_tip_bd .mac-go-cart {
    background-color:#10a8dc;
	margin-top:13px;
    background-position: -84px -146px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    width: 145px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding-left: 20px;
}
.cart_tip_bd .close-btn {
    background-image: url(../image/ibar_sprites.png);
    background-position: -55px -138px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 12px;
    height: 12px;
    float: right;
    width: 23px;
    height: 23px;
    font: 0/0 a;
    margin-top: 5px;
}
.cart_tip_bd .close-txt{
	margin-left:20px;
	color:#333;text-decoration: underline; font-size:13px;
}
.cart_tip_bd .mac-go-cart:hover{
	text-decoration: none;
}



.login_info_box{width: 100%; color: #999; text-align: center; padding: 20px 0;}
.login_info_box p{margin:0 auto;font-size:14px;}
.login_info_box a{display: inline-block; background-color: #f60; width: 46px; height: 16px; line-height: 17px; text-align: center; color: #fff; font-size: 12px; border-radius: 3px; margin: 0 4px;}







.table-list table tbody tr{border-bottom: 0 dashed #ececec;}
/*.table-list table tfoot tr{background-color: #f5f5f5;}*/
.table-list table thead tr{background-color: #f5f5f5;}
.table-list table thead th{border: 1px solid #f5f5f5;}
.table-list table tbody tr:hover{background-color: #fafafa;	}
.order_info .order_info_bar{padding: 2px 0;border-bottom: 0 solid #dadada;font-size:16px;}

.letter-outer{margin:20px 5px;}
.letter-box{
	border: 2px dashed #8eb9f5;
}
.letter-con{
	padding: 30px 20px;
	background-color: #fff;
}
.letter-con li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}
.letter-con li span{
	color: #999;
}
.letter-con li b{
	font-size: 16px;
}
.letter-con li a{
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	background-color: #5590d6;
	border-radius: 5px;
	text-decoration: none;
}

.cart_message_con{
	width: 800px;
}
ul.payment_list li{
	width: 160px;
	height: 88px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}
ul.payment_list li img{
	width: 160px;
	height: 68px;
}



.reg-tab ul li{width: 150px;}
.input-text {color:#333;}



.fanwen-box .box-body p{
	margin: 20px 0;
}




.fanwen-show{ 
	margin-right: 30px;
}
.fanwen-title{
	height: 100px;
}
.fanwen-title h2, .fanwen-title h1{
	font-family: "Microsoft Yahei";
	font-size: 38px;
	font-weight: 700;
	line-height: 100px;
	float: left;
}
.fanwen-title .bt{ 
	margin-left: 30px;
	margin-top: 55px;
	color: #10a8dc;
	float: left;
	display: inline-block;
}
.fanwen-title .bt:hover{
	color: #c41921;
}
.fanwen-title .but{
    width: 90px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #10a8dc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #10a8dc;
    border-radius: 5px;
    text-align: left;
    float: right;
    margin-top: 55px;
}
.fanwen-title .but i {
	width: 20px;
	height: 20px;
	margin: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/down.png);
	background-position: -40px 0;
	background-repeat: no-repeat;
    vertical-align: bottom;
}
.fanwen-title .but:hover, .fanwen-title .action{
    color: #fff;
    background-color: #10a8dc;
}
.fanwen-title .but:hover i.img3, .fanwen-title .action i.img3{
	background-position: -40px -20px;
}



.fanwen-description{ 
	font-size:14px;
	line-height: 32px;
	color: #333;
	padding: 15px 15px;
	background-color: #f9f9f9;	
}
.fanwen-keywords{
	margin: 20px 0;
	line-height: 24px;
	color: #999;
	font-size:14px;
}
.fanwen-keywords a{ 
	height: 24px;
	line-height: 24px;
	padding: 0 25px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
	margin-left: 20px;
}
.fanwen-keywords a:hover{
	color: #fff;
	border: 1px solid #10a8dc;
	background-color:#10a8dc;
}
.fanwen-class-kw{
	margin:10px 0;
	padding:10px 0;
	background-color: #efefef;
}
.fanwen-class-kw .box-item{ 
	font-size: 14px;
	margin-top: 0;
}
.fanwen-class-kw .box-item .title{
	width: auto;
	margin: 0 20px;
	font-weight: normal;
}

.fanwen-body{ 
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
}
.fanwen-body p{
	margin: 30px 0;
	font-size: 16px;
	line-height: 2;
	word-wrap: break-word;
}
.fanwen-body .article-sub-title{
	font-size: 18px;
}

.fwtj-box .fanwen-work .item-con{ 
	width: 170px;
	float: right;
	font-size:14px;
}
.fanwen-work .item-con h2{
	color: #666;
	font-size: 14px;
	font-weight: 700;
}
.fwtj-box .fanwen-work ul li{ 
	margin: 0;
	background-color: #f9f9f9;
	border: none;
	border-bottom: 1px dotted #eaeaea;
}
.fwtj-box .fanwen-work ul li:last-child{ 
	border: none;
}
.fwtj-box .fanwen-work ul li:hover{
	background-color: #fff;
	border-color: #eaeaea; 
}
.fanwen-work i{
	width: 22px;
	height: 22px;
	margin-left: 30px;
    background-image: url(../image/work2.png);
}
.fanwen-work i.img1, .fanwen-work ul li:hover i.img1{
    background-position: 0 0;
}
.fanwen-work i.img4, .fanwen-work ul li:hover i.img4{
    background-position: -27px 0;
}
.fanwen-work i.img2, .fanwen-work ul li:hover i.img2{
    background-position: -58px 0;
}

.fanwen-bar .box-title{ 
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
	display: inline-block;
	border: none;
	border-left: 3px solid #10a8dc;
}
.fanwen-bar .rmbq-box .box-con li a{ 
	border-radius: 0;
}


.info-box .box-cart a.cart-talk {
    width:155px;
    height:40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 5px;
    background-color:#10a8dc;
    border: none;
}
.info-box .box-cart a.cart-talk:hover {
    background-color:#10a8dc;
    text-decoration:none;
}
.info-box .box-cart a.cart-talk i {
	width:24px;
	height:22px;
    margin:9px 10px 9px 20px;
	display:inline-block;
	background-image:url(../image/preview.png);
	background-position:-60px -140px;
	background-repeat:no-repeat;
    float:left;
}
.info-box .box-cart a.cart-talk span{
	display:block;
    font-family:"Microsoft YaHei";
    font-size:18px;
    color:#fff;
    float:left;
}




/*头部股票代码样式*/
.zk-gupiao {
	font-weight: bold
}
.zk-gupiao span {
	color: #fff332
}

.zoom::after{content:"."; display:block; height:0; clear:both; visibility: hidden;}
.zoom,.clear{clear:both;}
.zoom{*zoom:1;}
.dl-dldabox{margin:30px auto;}
.dl-dldabox h5{font-size:18px; color:#10a8dc; font-weight:400;}
.dl-dldabox h6{font-size:18px; color:#10a8dc; font-weight:400;}
.dldline{margin:25px auto 15px auto; border-top:10px solid #f7f7f7;}
.dl-dltime, .dl-dltime2{margin:35px auto; background-color:#eee;}
.dl-dltime span, .dl-dltime2 span{display:inline-block; width:55px; height:33px; line-height:33px; font-size:12px; color:#777; text-align:center; cursor:pointer;}
.dl-dltime .active, .dl-dltime2 .active{font-weight:bold; color:#10a9dc; background-color:#fff; position:relative;}
.dl-dltime .active:after, .dl-dltime2 .active:after{content:""; width:100%; height:3px; position:absolute; top:-3px; left:0; background-color:#10a9dc;}
.dl-dlnum, .dl-dlnum2{min-height:135px; margin:40px auto 35px auto; position:relative;}
.dl-dlnum2{min-height:185px;}
.dl-dlnum .dlbg, .dl-dlnum2 .dlbg{background-color:#9c9c9c; color:#fff;}
.dl-dlnumbox, .dl-dlnumbox2{position:absolute; top:0; left:0; display:none;}
.dl-dlnum .active, .dl-dlnum2 .active{display:block;}
.dl-dlnumbox>div, .dl-dlnumbox2>div{height:50px; line-height:50px; color:#333; }
.dl-dlnumbox>div:nth-child(1), .dl-dlnumbox2>div:nth-child(1){height:40px; line-height:40px;}
.dl-dlnumbox>div>p, .dl-dlnumbox2>div>p{width:190px; margin:0 9px 0 0; float:left; font-size:12px; text-indent:10px;}
.dl-dlnumbox>div>div, .dl-dlnumbox2>div>div{width:575px; float:left;}
.dl-dlnumbox>div:nth-child(even)>p,.dl-dlnumbox>div:nth-child, .dl-dlnumbox2>div:nth-child(even)>p,.dl-dlnumbox2>div:nth-child(even)>div{background-color:#f7f7f7;}
.dl-dlnum span, .dl-dlnum2 span{display:inline-block; width:52px; font-size:12px; text-align:center;}


.dl-det-desc .a30{text-indent:0;}
.dl-det-desc .a30 a{line-height:35px;font-size:16px;width:180px;display:inline-block; overflow:hidden;text-decoration:none;}
.dl-det-desc .pt20 p{margin:10px 0;}

/*2020-2-4*/
.dlipop{width:400px; height:240px; margin:auto;	text-align:center; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,.2); position:fixed;	top:50%; left:50%; margin-top:-120px; margin-left:-200px; z-index:9999; background-color:#fff;}
.dlipop h3{display:inline-block; margin-top:55px; font-size:25px; font-weight:400; color:#10a8dc;}
.dlipop p{margin-top:15px; margin-bottom:20px; font-size:18px; color:#777;}
.dlipop a{display:inline-block;	width:120px; height:38px; line-height:38px;	font-size:15px;	border-radius:5px;}
.dlipop .dlidely{margin-right:30px;	color:#666;	background-color:#eaeaea;}
.dlipop .dlidely:hover{text-decoration:none; background-color:#dcdbdb;}
.dlipop .dlinow{color:#fff;	background-color:#10a8dc;}
.dlipop .dlinow:hover{text-decoration:none; background-color:#11a0cf;}

.dliside{width:62px; height:395px; position:fixed; top:120px; right:20px; z-index:99;}
.dliside a{display:block; width:100%; height:60px; margin-bottom:5px; background-color:#10a8dc;}
.dliside a:hover{text-decoration:none; background-color:#11a0cf; }
.dliside a:hover .dliop1{display:none;}
.dliside .dide1,.dliside .dide1:hover{background:transparent url(../image/dlsicon.png) no-repeat; cursor:default;}
.dliside .dide6{background-color:#ccc;}
.dliside .dide6:hover{background-color:#eee;}
.dliop1{display:block; padding:13px 10px 0 10px; line-height:1.1; font-size:15px; text-align:center; color:#fff;}
.dliop2{display:none; text-align:center; line-height:60px;}
.dliside a:hover .dliop2{display:block;}
.dl-logo .dlrecart{position:relative;}
.dl-logo>a>img{
	width: 118px;
	height: 47px;
}
.dl-logo>a{
	margin-right: 50px;
}
.dlywen .paper-box .box-item li .item-title{font-size:17px !important;}
.dlywen{margin-top:-20px;}
.dlsorder{margin-bottom:15px; padding-bottom:18px; border-bottom:1px solid #e8e8e8;}
.dlsorder h4{margin-bottom:14px; font-size:24px; color:#333;}
.dlsorder p{margin-bottom:5px; line-height:1.6; font-size:12px; color:#333;}

@media screen and (max-width:1366px){
	.dliside{right:8px;}
}
@media screen and (max-width:1280px){
	.dliside{width:54px; height:366px; right:0;}
	.dliside a{width:54px; height:56px; overflow:hidden;}
	.dliop1{padding:12px 7px 0 7px; font-size:14px;}
	.dliop2{width:29px; height:29px; margin:4px 0 0 12px; line-height:29px;}	
}

/*home adv*/
.dybox{overflow-x:hidden;}
.dybck1{height:45px; line-height:45px; padding:14px 0 18px 0;}
.dybck1>a{float:left; font-size:36px; color:#10a8dc; font-weight:bold;}
.dybck1 a:hover{text-decoration:none;}
.dybck1 p{display:inline-block; width:580px; float:left; margin:0 0 0 76px;}
.dybck1 p a{display:inline-block; width:140px; font-size:16px; color:#333;}
.dybck1 .active,.dybck1 p a:hover{color:#10a8dc;}
.dybck1 img{float:right; margin-top:4px;}
.dybck2{height:440px; overflow:hidden; position:relative; z-index:2; background:#f5f5f5;}
.dybck2>div{
	height: 440px;
	background:#f5f5f5 url(../images/bg_banner_r.png) right center no-repeat;
}
.dybck2-t{padding: 100px 0 0 320px; text-align:left;}
.dybck2 h1{ font-size:42px; font-weight: bold; color:#333;}
.dybck2 p{display:inline-block; margin:16px auto 24px auto; font-size:18px; color:#666;}
.dybck2 p a{font-size:18px; color:#777;}
.dybck2-t b{display:inline-block; height:16px; margin:0 6px; border-right:1px solid #d2d2d2; position:relative; top:1px;}
.dybck2 h4{font-size:30px; font-weight:400; color:#333;}
.dybck2-t>a{display:block; 
	width: 200px;
	height: 46px;
	line-height: 46px;
	background-color: #10a9dc;
	border-radius: 24px 24px 22px 22px;
	font-size:18px; text-align:center; color:#fff;
}
.dybck2-t>a:hover{text-decoration:none; background-color:#1ebbef;color:#fff;}
.dybck2-t p a:hover{color:#10a8dc; text-decoration:none;}
.dybck3{padding:40px 0; text-align:center;}
.dybck3 h2,.dybck4 h2,.dybck5 h2,.dybck7 h2, .dybck16 h2{ font-size:36px; color:#333;}
.dybck3>p,.dybck4>p,.dybck5>p,.dybck7>p,.dybck16>p,.dybck16>p>a{margin-top:5px; font-size:16px; color:#999;}
.dymts{margin-bottom:67px;}
.dybck3 div{display:inline-block; width:15%; padding:0 5%; float:left;}
.dybck3 h5{margin:20px auto 13px auto; font-size:24px; font-weight:400; color:#333;}
.dybck3 div p{line-height:1.9; font-size:14px; color:#777;}
.dybck4{padding:42px 0 60px 0; text-align:center; background-color:#fff;}
.dybck4-b{width:1200px; margin:45px auto 0 auto;}
.dybck4-b div{width:219px; height:301px; padding:0 25px; margin-right:40px; float:left; overflow:hidden; background-color:#fff; position:relative; -webkit-transition:all 0.7s ease-in-out; -moz-transition:all 0.7s ease-in-out; -ms-transition:all 0.7s ease-in-out; transition:all 0.7s ease-in-out}
.dybck4-b div:hover{-webkit-transform:translateY(-6px); -moz-transform:translateY(-6px); -ms-transform:translateY(-6px); transform:translateY(-6px);}
.dybck4-b .dymrs,.dybck5-b .zadllast{margin-right:0;}
.dybck4-b h5{margin:0 0 16px 0; line-height:1.2; font-size:24px; font-weight:400; color:#333;}
.dybck4-b p{line-height:1.8; font-size:14px; color:#999;}
.dybck4>a,.dybck8>a,.dybck7>a{display:block; width:283px; height:60px; margin:50px auto 0 auto; line-height:60px; color:#fff; font-size:24px;text-align:center; border-radius:50px; background:-ms-linear-gradient(left,#ff7c1a 0%,#ff4f02 100%); background-color:#ff640d; background:-webkit-linear-gradient(left,#ff7c1a 0%,#ff4f02 100%); background:-moz-linear-gradient(left,#ff7c1a 0%,#ff4f02 100%); background:linear-gradient(left,#ff7c1a 0%,#ff4f02 100%);}
.dybck4 a:hover,.dybck8>a:hover,.dybck7>a:hover{text-decoration:none; background-color:#ff7013; background:-webkit-linear-gradient(left,#ff4f02 0%,#ff7c1a 100%); background:-moz-linear-gradient(left,#ff4f02 0%,#ff7c1a 100%); background:-ms-linear-gradient(left,#ff4f02 0%,#ff7c1a 100%); background:linear-gradient(left,#ff4f02 0%,#ff7c1a 100%);}
.dybck5{padding:70px 0; text-align:center;}
.dybck5-b{width:886px; margin:96px auto 0 auto;}
.dybck5-b p{width:82px; margin-right:186px; float:left; font-size:18px; color:#999; position:relative;}
.dybck5-b p:hover{color:#00c1de;}
.dybck5-b p:hover span{-webkit-animation:spin 2s alternate;  -moz-animation:spin 2s alternate; -ms-animation:spin 2s alternate; animation:spin 2s alternate;}
.dybck5-b span{display:block; width:82px; height:82px; margin-bottom:40px; border-radius:100%; position:relative;}
.dybck5-b p:after{content:""; display:inline-block; width:128px; border-top:1px solid #f4f4f4; position:absolute; top:44px; right:-154px;}
.dybck5-b p:last-of-type:after{display: none;}
.dybck5-b .dybck5-b4:after{display:none;}
.dybck5-b1{background:url(../img/cycicon-list.png) no-repeat;background-position: -29px -8px;}
.dybck5-b2{background:url(../img/cycicon-list.png) no-repeat;background-position: -298px -8px;}
.dybck5-b3{background:url(../img/cycicon-list.png) no-repeat;background-position: -572px -8px;}
.dybck5-b4{background:url(../img/cycicon-list.png) no-repeat;background-position: -833px -8px;}
@-webkit-keyframes spin{
  0%{-webkit-transform: rotateY(360deg);}
  100%{-webkit-transform: rotateY(0deg);}
}
@-moz-keyframes spin{
  0%{-moz-transform: rotateY(360deg);}
  100%{-moz-transform: rotateY(0deg);}
}
@-ms-keyframes spin{
  0%{-ms-transform: rotateY(360deg);}
  100%{-ms-transform: rotateY(0deg);}
}
@keyframes spin{
  0%{transform: rotateY(360deg);}
  100%{transform: rotateY(0deg);}
}
.dybck6{height:568px; background-color:#10a9dc;}
.dybck6-l{width:49.99%; height:100%; float:left; background-color:#10a9dc; position:relative;}
.dybck6-r{width:49.99%; height:100%; float:right; background-color:#f3f3f3;}
.dybck6-l div{width:377px; padding:89px 180px 0 23px; float:right; position:relative; z-index:5;}
.dybck6-r div{width:430px; padding:89px 0 0 160px; float:left; position:relative; z-index:5;}
.dybck6 h4{padding-bottom:13px; margin:0 0 32px 0; letter-spacing:2px; font-size:30px;}
.dybck6 p b{font-weight:bold; font-size:18px;}
.dybck6 p{margin-bottom:44px; font-size:14px;}
.dybck6-r h4{padding-bottom:15px; margin:0 0 32px 0; letter-spacing:2px; font-size:30px; color:#333; border-bottom:1px solid #e8e8e8;}
.dybck6-l h4{color:#fff; border-bottom:1px solid rgba(255,255,255,.3);}
.dybck6-l p b{color:#fff;}
.dybck6-r p b{color:#333;}
.dybck6-l p{color:#cce8f1;}
.dybck6-r p{color:#999;}
.dybck6 p:before{content:""; display:inline-block; width:37px; height:37px; margin-right:14px; float:left; position:relative; top:5px; background:url(../img/dy-icon.png) 0 0 no-repeat;}
.dybck6-r p:before{background-position:-38px 0;}
.dybck6 img{position:absolute; bottom:0; right:-154px; z-index:4;}
.dybck7{padding:60px 0 64px 0; text-align:center;background-color: #f6f6f6;}
.dybck7-b{margin:50px auto 0 auto;}
.dybck7-b>div{width:533px;height: 80px; float:left; padding:30px;background-color: #fff;margin-bottom: 16px;}
.dybck7-b>div:nth-of-type(2n-1){margin-right: 16px;}
.dybck7-b>div>span{float: left;display:inline-block; width:82px; height:82px; background:url(../img/dy-icon-list.png) no-repeat;float: left;}
.dybck7-b>div>div{float: left;width: 420px;margin-left: 30px;}
.dybck7-b .dybck7-b2{background-position:-610px 0;}
.dybck7-b .dybck7-b3{background-position:0 -160px;}
.dybck7-b .dybck7-b4{background-position:-610px -160px;}
.dybck7-b h5{margin:0 auto 10px auto; font-size:20px; color:#333;text-align: left;}
.dybck7-b p{line-height:1.4; font-size:14px; color:#999;text-align: left;}
.dybck8{padding:60px 0 80px 0; text-align:center; background-color:#fff;}
.dybck8 h2{margin-bottom:50px; font-size:36px; color:#333;}
.dybck8-b{width:1205px; margin:0 auto;}
.dybck8-b div{width:230px; height:173px; padding:25px 0 30px 0; margin-right:9px; border:1px solid #fafafa; float:left; background-color:#fafafa; position:relative; -webkit-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out; transition:all 0.6s ease-in-out;}
.dybck8-b div:hover{-webkit-transform:translateY(-6px); -moz-transform:translateY(-6px); -ms-transform:translateY(-6px); transform:translateY(-6px);}
.dybck8-b a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
.dybck8-b span{display:inline-block; width:56px; height:59px; margin:0 auto; background:url(../img/dy-icon.png) 0 -527px no-repeat;}
.dybck8 .dybck8-b2{background-position:-57px -527px;}
.dybck8 .dybck8-b3{background-position:-114px -527px;}
.dybck8 .dybck8-b4{background-position:-171px -527px;}
.dybck8 .dybck8-b5{background-position:-228px -527px;}
.dybck8-b h5{margin:55px auto 15px auto; font-size:18px; color:#333;}
.dybck8-b p{line-height:1.4; font-size:14px; color:#999;}
.dybck9{padding:53px 0 60px 0; text-align:center; background-color:#05c3ca;}
.dybck9 h2{font-size:32px; color:#fff;}
.dybck9-b{position:relative;}
.dybck9-bt{width:983px; height:410px; margin:42px auto 0 auto; overflow:hidden;}
.dybck9-bt ul{width:1000000px; height:410px;}
.dybck9-bt li{width:316px; height:410px; margin-right:17px; float:left;}
.dybck9 span{display:inline-block; width:80px; height:80px; border-radius:100%; opacity:0.9; position:absolute; top:165px; cursor:pointer; background:url(../img/dy-icon.png) -122px -259px no-repeat;}
.dyprev{left:0;}
.dybck9 span:hover{opacity:1;}
.dybck9 .dynext{right:0; background-position:0 -259px;}
.dybck10{padding:50px 0; background-color:#f7f9fc;}
.dybck10 img{float:left;}
.dybck10>div>div{width:750px; float:right; margin-top:-5px;}
.dybck10 h5{margin:0 0 8px 0; font-size:24px; color:#333;}
.dybck10 p{line-height:1.8; font-size:14px; color:#777;}
.dybck10 ul{margin-top:27px; padding-top:27px; border-top:1px solid #f2f2f2;}
.dybck10 ul>b{font-size:16px; font-weight:400; color:#3d9af6;}
.dybck10 li{margin-top:13px; cursor:pointer;}
.dybck10 li:hover span{color:#10a8dc;}
.dybck10 li b{display:inline-block; width:16px; height:16px; margin-right:15px; line-height:16px; font-size:12px; text-align:center; color:#fff; background-color:#3d9af6;}
.dybck10 span{font-size:16px; color:#333;}
.dybck10-b div{display:none;}
.dybck10-b .active{display:block; z-index:7;}
.dybck11{margin:55px auto 30px auto;}
.dybck11 div{width:384px; height:203px; float:left; margin-right:22px; border-radius:5px; text-align:center; overflow:hidden; background-color:#f9f9f9;}
.dybck11 .dybck11-l{margin-right:0;}
.dybck11 p{margin-top:60px; font-size:14px; color:#333;}
.dybck11 span{font-size:42px; font-weight:bold;}
.dybck11 b{font-size:14px; color:#333; font-weight:400;}
.dybck12{padding:0 0 19px 0; color:#333; font-size:12px; text-align:center; background-color:#f8f8f8;}


.dybck12-b{margin-bottom:19px; padding:29px 0; border-bottom:1px dashed #e3e3e3;}
.dybck12-b a{display:inline-block; width:175px; margin-right:90px; font-size:14px; color:#777;}
.dybck12-b a:hover{text-decoration:none; color:#10a8dc;}
.dybck12-b img{margin-right:10px;}


.dybck13{overflow:hidden;margin-bottom: 40px;} 
.dybck13 h4{margin:50px 0 30px 0; font-size:24px; color:#333;}
.dybck13 a{text-decoration:none;}
.dybck13-b{width:295px; height:350px; float:left; margin:0 23px 0 0; overflow:hidden; position:relative;}
.dybck13-b img,.dybck13-b div{position:absolute; top:0; left:0;}
.dybck13-b img{z-index:2; -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); transform:scale(1); -webkit-transition:all .8s ease; -moz-transition:all .8s ease; -o-transition:all .8s ease; transition:all .8s ease;}
.dybck13-b:hover img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.dybck13-b div{width:100%; height:100%; z-index:3; text-align:center;}
.dybck13-b h3{margin:67px 0 27px 0; font-size:30px; color:#fff;}
.dybck13-b p{font-size:16px; color:#fff;}
.dybck13-b a{display:inline-block; width:177px; height:47px; margin:60px auto 0 auto; line-height:47px; font-size:18px; border:1px solid #fff; color:#fff;}
.dybck13-t{width:276px; height:303px; margin:0 24px 0 0; padding:45px 0 0 0; float:left; border:1px solid #eee; text-align:center; background-color:#fff;}
.dybck13-ts{margin-right:0;}
.dybck13-t:hover h6,.dybck13-t:hover p{color:#10a8dc;}
.dybck13-t h6{margin:27px 0 0 0; font-size:22px; font-weight:400; position:relative;}
/*.dybck13-t h6:after{content:""; display:inline-block; width:30px; height:2px; position:absolute; top:60px; left:0; right:0; bottom:0; margin:0 auto; background-color:#f2f3f5;}*/
.dybck13-t p{width:190px; height:75px; margin:35px auto 5px auto; font-size:16px; color:#777;}
.dybck13-t span{display:inline-block; width:177px; height:52px; line-height:52px; margin:0 auto; font-size:16px; color:#fff; border-radius:3px; background-color:#10a8dc;}
.dybck13-t:hover span{background-color:#10a8dc;}
.dybck14{width: 1170px; padding:25px 5px 20px 25px; margin: 0 auto;}
.dybck14 span{color: #222;
    float: left;
    margin-right: 22px;
    font-size: 14px;
    font-weight: bold;}
.dybck14 p{    width: 1040px;
    margin-top: -2px;
    float: left;}
.dybck14 a{display: inline-block;
    height: 24px;
    padding: 0 12px;
    line-height: 24px;
    font-size: 12px;
    color: #333;}
.dybck14 a:hover{text-decoration:none; color:#10a8dc;}
.dybck15{margin:-50px auto 35px auto; box-shadow:0 0 24px rgba(194,194,194,.22); position:relative; z-index:5; border-radius:5px; background-color:#fff;}
.dybck15>div{height:85px; width:350px; float:left; padding:32px 0 23px 50px; position:relative;border-right: 1px solid #efefef;}
.dybck15>div:last-of-type{border-right: none;}
.dybck15>div:hover h5,.dybck15>div:hover p{color:#10a8dc;}
.dybck15 a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
.dybck15 h5{margin:0 0 5px 0; font-size:18px; color:#333;}
.dybck15 p{line-height:1.65; font-size:14px; color:#6f8083;}
/* .dybck15-b1{background:url(../img/dybck15-b1.png) no-repeat; background-position:27px 23px;} */
/* .dybck15-b2{background:url(../img/dybck15-b2.png) no-repeat; background-position:27px 23px;} */
/* .dybck15-b3{background:url(../img/dybck15-b3.png) no-repeat; background-position:27px 23px;} */
.dyaddlink{width:1170px; margin:0 auto; padding:25px 5px 0 25px; overflow:hidden; background-color:#f9f9f9;}
.dyaddlink div{margin-bottom:25px;}
.dyaddlink div:last-child{margin-bottom:20px;}
.dyaddlink span{float:left; margin-right:22px; font-size:14px; font-weight:bold;}
.dyaddlink p{width:1040px; margin-top:-2px; float:left;}
.dyaddlink a{display:inline-block; height:24px; padding:0 12px; line-height:24px; font-size:12px; color:#777;}
.dyaddlink a:hover{text-decoration:none; color:#10a8dc;}
.dxcartbg{background-color:#f5f8fa; overflow:hidden;}
.dxboxnav{padding-top:1px; margin:0 auto 8px auto; background-color:transparent;}

@media screen and (max-width:1200px){
	.dybox{width:1200px;}
	.dybox{overflow-x:auto;}
}


/* 1.19 new */
.journal-block .box-title{
	font-weight: bold;
}
.journal-block .paper-box .box-abstract{
	background-color: #fff;
	padding: 0;
}
.journal-block .tips{
	color: #999;
	font-size: 12px;
}
.journal-block .paper-box .box-down{
	margin: 30px auto;
}
.link-block{
	padding: 20px 38px 10px 38px;
	margin: 14px 0;
	background-color: #f7f7f7;
}
.link-block p {
    margin-bottom: 13px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.link-block a {
    width: 20%;
    margin-bottom: 13px;
    float: left;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qkxx-box-new .title{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	font-size: 18px;
	color: #333;
	margin: 0 20px;
}
.qkxx-box-new .box-con{
	padding: 20px;
}
.qkxx-box-new .box-con ul li{
	float: left;
	font-size: 14px;
	margin-right: 40px;
	margin-bottom: 6px;
}
.qkxx-box-new .box-con ul li:nth-child(2n){
	margin-right: 0;
}
.qkxx-box-new .box-image{
	width: 75px;
}
.qkxx-box-new .box-info{
	width: 146px;
}
.qkxx-box-new .box-info a{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.qkxx-box-new .box-info p{
	line-height: 16px;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
	color: #999;
}
.qkxx-box-new .box-info p:first-of-type{
	margin-top: 26px;
}
.qkxx-box-new .box-info .btn{
	width: 88px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #11acde;
	border-color: #11acde;
	border-radius: 2px;
	margin-bottom: 0;
	margin-top: 18px;
}
.qkxx-box-new .box-image a{
	width: 70px;
	height: 90px;
}
.qkxx-box-new .box-image a img {
    width: 70px;
    height: 90px;
}
.coprightba{
	line-height: 24px;
}
.coprightba>a{
	color: #777;
	font-size: 12px !important;
	margin-right: 0 !important;
	width: auto !important;
}
.copright-index{
	margin-bottom: 1px;
	line-height: 24px;
}
.copright-index>a{
	color: #777;
}
/* 期刊内页重要提示 */
.important-tips{
	font-size: 12px;
	color: #999;
	height: 54px;
	line-height: 54px;
	margin-top: 50px;
}
/* 公安部备案图标 */
.gabba:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../image/icon_gaba.png) no-repeat center;
	margin:0 4px 4px 0;
	vertical-align: top;
}

/* 积木云 */
.container *{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
ul.flexbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.flexbox li{
   	display: block;
	align-items: center;
    justify-content: flex-start;
}

.block-jimuyun-pc{
	width: 1108px;
	margin: 0 auto;
	background-color: #fff;
}
.block-jimuyun-pc .common-box{
	padding-bottom: 50px;
}
.block-jimuyun-pc .gap-box{
	padding-bottom: 25px;
}
.block-jimuyun-pc .common-title{
	font-size: 22px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.block-jimuyun-pc .common-title::before{
	content: '';
	display: inline-block;
	width: 76px;
	height: 1px;
	background-color: #dedede;
	margin-right: 12px;
	vertical-align: middle;
}
.block-jimuyun-pc .common-title::after{
	content: '';
	display: inline-block;
	width: 76px;
	height: 1px;
	background-color: #dedede;
	margin-left: 12px;
	vertical-align: middle;
}
.block-jimuyun-pc .article-box{
	font-size: 15px;
	line-height: 2.5;
}
/* 图片 4：3 */
.block-jmy-img43{
	width: 534px;
	height: 400px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}
.block-jmy-img43 img{
	width: 282px;
	height: 400px;
}
.block-jmy-img11{
	width: 534px;
	height: 534px;
	line-height: 534px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}
.block-jmy-img11 img{
	width: 282px;
	height: 400px;
}
.block-jmy-img169{
	width: 534px;
	height: 300px;
	line-height: 300px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}
.block-jmy-img169 img{
	height: 250px;
}
/* 基础信息 */
.block-jimuyun-pc .box-jcxx{
	padding-top: 20px;
}
.block-jimuyun-pc .box-jcxx ul{
	border-bottom: 1px dashed #f3f3f3;
}
.block-jimuyun-pc .box-jcxx ul li{
	width: 33.33%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-left: 1px dashed #f3f3f3;
	border-top: 1px dashed #f3f3f3;
	padding: 0 18px;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.block-jimuyun-pc .box-jcxx ul li:nth-of-type(3n){
	border-right: 1px dashed #f3f3f3;
}
/* 发表流程 */
.block-jimuyun-pc .box-fblc ul{
	height: 128px;
	background: url(../img/bg_jmy_fblc.png) no-repeat center;
	background-size: contain;
	margin: 0 20px;
}
.block-jimuyun-pc .box-fblc ul li{
	text-align: center;
	width: 16.6%;
	height: 100%;
	display: table;
}
.block-jimuyun-pc .box-fblc ul li div{
	display: table-cell;
	vertical-align: middle;
}
.block-jimuyun-pc .box-fblc ul li b{
	display: block;
	font-size: 20px;
	font-weight: normal;
}
.block-jimuyun-pc .box-fblc ul li p{
	font-size: 13px;
	color: #999;
	margin-top: 4px;
}
/* 收录与荣誉 */
.block-jimuyun-pc .box-slry .content a{
	float: left;
	width: 25%;
	text-align: left;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 8px;
}
/* 数据分析 */
.block-jimuyun-pc .dyoadata{margin: 0 auto 28px;}
.block-jimuyun-pc .dyoadata h5,.dyobao h5{margin-bottom:18px; font-size:16px;}
.block-jimuyun-pc .dyoadata:last-of-type{
	margin-bottom: 0;
}
.block-jimuyun-pc .dyoadata>div{width:547px; height:340px; margin-right:13px; float:left; border:1px solid #eeefef; text-align:center;}
.block-jimuyun-pc .dyoadata>div:nth-of-type(2n){margin-right: 0;}
.block-jimuyun-pc .dyoadata p{font-size:12px; color:#11acde;}

/* 常见问题 */
.block-jimuyun-pc .box-cjwt ul li{
	width: 49.5%;
	background-color: #fbfbfb;
	padding: 20px 30px;
	margin-bottom: 15px;
}
.block-jimuyun-pc .box-cjwt ul li:nth-of-type(5), .block-jimuyun-pc .box-cjwt ul li:nth-of-type(6){
	margin-bottom: 0;
}
.block-jimuyun-pc .box-cjwt ul li b{
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.block-jimuyun-pc .box-cjwt ul li p{
	font-size: 14px;
	color: #999;
	line-height: 1.75;
	margin-top: 10px;
}

/* 为什么选择我们 */
.block-jimuyun-pc .box-whyus{
	padding-bottom: 35px;
}
.block-jimuyun-pc .box-whyus ul li{
	width: 49.5%;
	padding: 36px 30px;
	background-color: #fbfbfb;
	margin-bottom: 15px;
}
.block-jimuyun-pc .box-whyus ul li .left-img{
	float: left;
	width: 38px;
	height: 38px;
	margin: 8px 20px 0 0;
	background: url(../img/icon_jmu_why.png) no-repeat;
}
.block-jimuyun-pc .box-whyus ul li:first-of-type .left-img{
	background-position: -5px -9px;
}
.block-jimuyun-pc .box-whyus ul li:nth-of-type(2) .left-img{
	background-position: -546px -11px;
}
.block-jimuyun-pc .box-whyus ul li:nth-of-type(3) .left-img{
	background-position: -7px -165px;
}
.block-jimuyun-pc .box-whyus ul li:last-of-type .left-img{
	background-position: -550px -166px;
}
.block-jimuyun-pc .box-whyus ul li .right-text{
	float: left;
}
.block-jimuyun-pc .box-whyus ul li .right-text b{
	display: block;
	font-size: 20px;
	font-weight: normal;
}
.block-jimuyun-pc .box-whyus ul li .right-text p{
	font-size: 14px;
	color: #999;
	line-height: 1.75;
}
/* 关于我们 */
.block-jimuyun-pc .box-aboutus .content p{
	text-align: left;
	font-size: 15px;
	line-height: 1.75;
}
.block-jimuyun-pc .box-aboutus .common-title{
	margin-bottom: 10px;
}

/* 移动端 */
.block-jimuyun-yd{
	width: 1108px;
	margin: 0 auto;
	background-color: #fff;
}
.block-jimuyun-yd .common-box{
	border-bottom: 24px solid #f4f4f4;
	padding-bottom: 80px;
}
.block-jimuyun-yd .gap-box{
	padding-bottom: 40px;
}
.block-jimuyun-yd .common-title{
	font-size: 52px;
	line-height: 160px;
	font-weight: bold;
	text-align: left;
}
.block-jimuyun-yd .article-box{
	font-size: 40px;
	line-height: 1.75;
}
.block-jimuyun-yd .article-box p{
	margin-bottom: 80px;
}
.block-jimuyun-yd .article-box p:last-of-type{
	margin-bottom: 0;
}
/* 图片信息 */
.block-jimuyun-yd .box-imgxx>h1{
	font-size: 52px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 10px;
}
.block-jimuyun-yd .box-imgxx .block-jmy-img{
	width: 100%;
	height: 1040px;
	line-height: 1040px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}
.block-jimuyun-yd .box-imgxx .block-jmy-img img{
	width: 780px;
	height: 1040px;
}
.block-jimuyun-yd .box-imgxx>p{
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.block-jimuyun-yd .box-imgxx ul li{
	width: 33.33%;
}
.block-jimuyun-yd .box-imgxx ul li span{
	display: block;
	font-size: 52px;
	height: 148px;
	line-height: 148px;
	background-color:#f8f8f8;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
	position: relative;
}
.block-jimuyun-yd .box-imgxx ul li:not(:last-of-type) span::after{
	display: inline-block;
	content: '';
	width: 1px;
	height: 42px;
	background-color: #d2d2d2;
	position: absolute;
	right: 0;
	top: 53px;
}
.block-jimuyun-yd .box-imgxx ul li b{
	display: block;
	font-size: 50px;
	text-align: center;
	margin: 40px auto 10px;
}
.block-jimuyun-yd .box-imgxx ul li p{
	font-size: 36px;
	color: #999;
	text-align: center;
}
/* 基础信息 */
.block-jimuyun-yd .box-jcxx ul li{
	width: 100%;
	margin-bottom: 40px;
	font-size: 40px;
}
/* 投稿要求 */
.block-jimuyun-yd .box-tgyq .common-title{
	line-height: inherit;
	margin-bottom: 41px;
}
/* 发表流程 */
.block-jimuyun-yd .box-fblc ul li{
	text-align: center;
	width: 31.5%;
	height: 242px;
	background-color: #edf3fa;
	border-radius: 10px;
	display: table;
	position: relative;
	margin-bottom: 40px;
}
.block-jimuyun-yd .box-fblc ul li:after{
	content: '';
	width: 72px;
	width: 72px;
	height: 72px;
	border-radius: 72px;
	background: url(../img/icon_jmy_fblc_yd.png) no-repeat;
	background-size: 72px;
	position: absolute;
	z-index: 2;
	right: -15%;
	top: 35%;
}
.block-jimuyun-yd .box-fblc ul li:nth-of-type(3n)::after{
	display: none;
}
.block-jimuyun-yd .box-fblc ul li div{
	padding-top: 4px;
	display: table-cell;
	vertical-align: middle;
}
.block-jimuyun-yd .box-fblc ul li span{
	display: block;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius: 68px;
	background-color: #e8eef5;
	font-size: 32px;
	font-weight: bold;
	color: #cacaca;
	margin: 0 auto;
}
.block-jimuyun-yd .box-fblc ul li b{
	display: block;
	font-size: 35px;
	font-weight: normal;
	padding-top: 16px;
}
.block-jimuyun-yd .box-fblc ul li p{
	color: #999;
	font-size: 26px;
}
/* 收录与荣誉 */
.block-jimuyun-yd .box-slry .common-title{
	line-height: inherit;
	margin-bottom: 41px;
}
.block-jimuyun-yd .box-slry .content a{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 40px;
	margin-bottom: 20px;
}
.block-jimuyun-yd .box-slry .content a:last-of-type{
	margin-bottom: 0;
}
/* 数据分析 */
.block-jimuyun-yd .dyoadata{
	margin: 0 auto;
}
.block-jimuyun-yd .dyoadata h5, .block-jimuyun-yd .dyobao h5{
	height: 136px;
	line-height: 136px;
	font-size: 36px;
	font-weight: bold;
}
.block-jimuyun-yd .dyboxdata .dyoadata h5.title1{
	margin-top: -46px;
}
.block-jimuyun-yd .dyoadata>div{
	width: 100%;
    height: 620px; 
	border:1px solid #eeefef; 
	text-align:center;
	margin: 0 auto 24px;
}
.block-jimuyun-yd .dyoadata>div:last-of-type{
	margin-bottom: 0;
}
.block-jimuyun-yd .dyoadata p{
	font-size:36px; 
	color:#11acde;
}

/* 常见问题 */
.block-jimuyun-yd .box-cjwt .common-title{
	line-height: inherit;
	margin-bottom: 41px;
}
.block-jimuyun-yd .box-cjwt ul li{
	width: 100%;
	background-color: #fbfbfb;
	padding: 36px 58px;
	margin-bottom: 40px;
}
.block-jimuyun-yd .box-cjwt ul li:last-of-type{
	margin-bottom: 0;
}
.block-jimuyun-yd .box-cjwt ul li b{
	display: block;
	font-size: 43px;
	font-weight: normal;
}
.block-jimuyun-yd .box-cjwt ul li p{
	font-size: 35px;
	color: #999;
	line-height: 1.75;
	margin-top: 40px;
}
/* 为什么选择我们 */
.block-jimuyun-yd .box-whyus ul li{
	width: 100%;
	padding: 62px 48px;
	background-color: #fbfbfb;
	margin-bottom: 40px;
}
.block-jimuyun-yd .box-whyus ul li:last-of-type{
	margin-bottom: 0;
}
.block-jimuyun-yd .box-whyus ul li .left-img{
	float: left;
	width: 60px;
	height: 60px;
	margin: 30px 46px 0 0;
	background: url(../img/icon_jmu_why_yd.png) no-repeat;
}
.block-jimuyun-yd .box-whyus ul li:first-of-type .left-img{
	background-position: -11px -10px;
}
.block-jimuyun-yd .box-whyus ul li:nth-of-type(2) .left-img{
	background-position: -13px -330px;
}
.block-jimuyun-yd .box-whyus ul li:nth-of-type(3) .left-img{
	background-position: -13px -658px;
}
.block-jimuyun-yd .box-whyus ul li:last-of-type .left-img{
	background-position: -7px -993px;
}
.block-jimuyun-yd .box-whyus ul li .right-text{
	float: left;
	width: 89%;
}
.block-jimuyun-yd .box-whyus ul li .right-text b{
	display: block;
	font-size: 40px;
	font-weight: normal;
}
.block-jimuyun-yd .box-whyus ul li .right-text p{
	font-size: 35px;
	color: #999;
	line-height: 1.75;
}
.block-jimuyun-yd .box-sjfx{
	padding-bottom: 80px;
	border-bottom: 24px solid #f4f4f4;
}
/* 关于我们 */
.block-jimuyun-yd .box-aboutus{
	padding-bottom: 0;
	border-bottom: none;
}
.block-jimuyun-yd .box-aboutus .content p{
	text-align: left;
	font-size: 35px;
	line-height: 1.75;
}
/* 期刊--主要发文主题 */
.dlanly{margin:20px auto;}
.dlanly table{margin-top:20px;border-collapse: collapse;}
.dlanly thead{background-color:#ececec;}
.dlanly thead tr{height:40px; line-height:40px;}
.dlanly thead td{font-weight: bold;}
.dlanly td{font-size:14px; color:#333;}
.dlanly tbody tr{height:50px; line-height:50px;border-bottom: 1px solid #eee;border-left: 1px solid #eee;border-right: 1px solid #eee;}
.dlanly tbody td{height:50px;}
.dlanly tr td:nth-child(1){width:220px; overflow:hidden;}
.dlanly thead td:nth-child(1){width:220px; text-indent:15px;}
.dlanly tr td:nth-child(2){width:220px;}
.dlanly thead td:nth-child(2){width:220px;}
.dlanly tbody td:nth-child(1) span{display:block; height:100%; line-height:50px; text-indent:18px;}
.dlanlybox thead td:nth-child(1),.dlanlybox thead td:nth-child(1){width:520px;}

/* 文章选集 */
.dl-det-wzxj div{
	margin: 20px 0;
}
.dl-det-wzxj p{
	font-size: 15px;
	line-height: 2;
}

/* 友情链接 */
.links-box{
	width: 865px;
	background-color: #fff;
	padding: 10px 0 20px 0;
	margin-top: 20px;
	float: left;
}
.links-box .box-bar{
	color: #333;
	font-weight: bold;
}
.links-box ul a{
	font-size: 14px;
	margin-right: 16px;
}

/* 常见问题 */
.yfb-qk-cjwt div{
	background-color: #f9f9f9;
	padding: 20px 16px;
	margin-bottom: 10px;
}
.yfb-qk-cjwt div h5{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
.yfb-qk-cjwt div p{
	font-size: 14px;
	color: #888;
	line-height: 26px;
}
/* 首页--推荐期刊 */
.dybck16{
	background-color: #fff;
	padding: 60px 0 80px 0;
	text-align: center;
}
.dybck17{
	background-color: #f8f8f8;
}
.dybck18{
	padding: 60px 0 10px 0;
}
.dybck16>div{
	width: 1200px;
	margin: 50px auto 0 auto;
	background-color: #fff;
}
.dybck17>div{
	background-color: #f8f8f8;
}
.dybck16 ul li{
	float: left;
	background-color: #fff;
	width: 240px;
	height: 366px;
	text-align: center;
}
.dybck16 ul li:nth-of-type(4n){
	margin-right: 0;
}
.dybck17 ul li{
	background-color: #f8f8f8;
}
.dybck16 ul li .item-image {
    padding: 36px 0 12px 0;
}
.dybck16 ul li .item-image a {
    width: 144px;
    height: 206px;
    display: inline-block;
    overflow: hidden;
}
.dybck16 ul li .item-image a img{
	width: 144px;
    height: 206px;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}
.dybck16 ul li .item-image a:hover img{
	-webkit-transform:scale(1.01); 
	-moz-transform:scale(1.01); 
	-ms-transform:scale(1.01); 
	transform:scale(1.01);
}
.dybck16 ul li .item-title {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dybck16 ul li .item-title h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dybck16 ul li .item-info-f {
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 4px;
    height: 18px;
}
.dybck16 ul li .item-info-s {
    font-size: 14px;
    color: #f00;
    margin-top: 4px;
}
.dybck16 ul li .item-info-sci{
	font-size: 12px;
	margin-top: 4px;
	color: #9a9a9a;
}
.dybck16 ul li .item-info-sci span{
	color: #f00;
}
.dybck16 .btn{
	display: block;
	width: 196px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #00a5d1;
	border: 1px solid #00a5d1;
	margin: 0 auto;
}
.dybck16 .btn:hover{
	background-color: #00a5d1;
	color: #fff;
}

/* 订阅改版 */
.yfb-dy-content .preview-box{
	border: none;
	width: 350px;
	height: 465px;
}
.yfb-dy-content .dl-det-right{
	width: 810px;
}
.yfb-dy-content .dl-det-right h4, .yfb-dy-content .dl-det-right h1{
	font-size: 30px;
}
.yfb-dy-content .dl-det-right h4>span, .yfb-dy-content .dl-det-right h1>span{
	display: inline-block;
	height: 26px;
	padding: 0 14px;
	margin-right: 7px;
	line-height: 26px;
	vertical-align: top;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #27b0df;
	vertical-align: middle;
	margin-bottom: 4px;
}
/* 价格 */
.yfb-dy-content .dl-det-price{
	padding-bottom: 10px;
	margin-top: 15px;
}
.yfb-dy-content .box-price dl dt {
	font-size: 14px;
	width: 60px;
    float: left;
	line-height: 36px;
}
.yfb-dy-content .price-sell dd i{
	font-size: 24px;
	font-weight: bold;
	color: #ff0101;
	font-style: normal;
}
.yfb-dy-content .price-sell dd .sell-val{
	font-size: 24px;
	font-weight: bold;
	color: #ff0101;
}
.yfb-dy-content .price-sell dd.sell-time, .yfb-dy-content .price-sell dd.sell-price{
	float: left;
}
.yfb-dy-content .price-sell dd.sell-time{
	font-size: 12px;
	border: 1px solid #ffe0e0;
	width: 202px;
	height: 25px;
	line-height: 13px;
	margin: 5px 0 0 16px;
	text-align: center;
}
.yfb-dy-content .price-sell dd.sell-time span{
	margin-left: 4px;
	color: #ff0101;
}
.yfb-dy-content .price-market dl dd{
	float: left;
}
.yfb-dy-content .sell-market{
	line-height: 38px;
	margin-left: 2px;
}
.yfb-dy-content .sell-market i{
	text-decoration: line-through;
}
.yfb-dy-content .sell-market i, .yfb-dy-content .sell-market s{
	font-size: 14px;
	color: #999;
	font-style: normal;
}
.yfb-dy-content .sell-discount{
	display: inline-block;
	margin: 8px 0 0 10px;
	font-size: 12px;
	padding: 0 4px;
	color: #fff;
	height: 18px;
	line-height: 16px;
	font-weight: normal;
	background-color: #262626;
	vertical-align: middle;
}
.yfb-dy-content .goods-box{
	margin: 0;
	padding: 0;
}
.yfb-dy-content .goods-box dl dt{
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.yfb-dy-content .goods-box dl dd ul li.action, .yfb-dy-content .goods-box dl dd ul li:hover{
	border: 1px solid #626262;
	outline: 1px solid #626262;
	background: url(../img/choose-sangle.png) 100% 101% no-repeat;
}
.yfb-dy-content .goods-box dl{
	margin: 24px 0 14px 0;
}
.yfb-dy-content .goods-box .box-nums{
	margin: 0;
	padding: 0;
}
.yfb-dy-content .goods-box .box-nums a{
	height: 25px;
	line-height: 25px;
}
.yfb-dy-content .goods-box .box-nums input{
	height: 25px;
	line-height: 25px;
}
.yfb-dy-content .goods-box .box-nums dd{
	margin-top: 6px;
}
.yfb-dy-content .goods-box dl dd{
	width: 750px;
}
.yfb-dy-content .sell-offline{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #ff0101;
}
.yfb-dy-content .dy-box .box-cart{
	margin-top: 20px;
}
.yfb-dy-content .dy-box .box-cart a {
    text-decoration: none;
    width: 142px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    margin-right: 6px;
    text-align: center;
	border-radius: 2px;
	border: 1px solid #10a8dc;
	font-weight: bold;
}
.yfb-dy-content .dy-box .box-cart a:hover{
	opacity: 0.8;
}
.yfb-dy-content .dy-box .box-cart a.cart-add{
	background-color: #10a8dc;
	color: #fff;
	border-color: #10a8dc;
}
.yfb-dy-content .dy-box .box-cart a.cart-buy{
	background-color: #eb3a43;
	color: #fff;
	border-color: #eb3a43;
}
.yfb-dy-content .dy-box .box-cart a.chat{
	color: #10a8dc;
}
.yfb-dy-content .dy-box .box-cart a.chat:hover{
	background-color: #10a8dc;
	color: #fff;
}
.yfb-dy-content .dldetbg{
	padding-top: 20px;
}
.yfb-dy-content .dl-box-left{
	width: 865px;
}
.yfb-dy-content .dl-det-desc p{
	font-size: 16px;
	color: #444;
	margin-bottom: 30px;
}
.yfb-dy-content .dl-det-desc p img{
	width: 100%;
}
.yfb-dy-content .det-dy-block .r-panel>span.cbzq{
	font-size: 12px;
	color: #999;
}
.yfb-dy-content .det-dy-block .r-panel>span.cbzq:before{
	content:'';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #d84f4f;
	vertical-align: middle;
	margin: 0 4px 2px 0;
}
.yfb-dy-content .det-dy-block .r-panel>a{
	margin: 15px 0;
}
.yfb-dy-content .det-dy-block .r-panel p span.bzsj{
	font-size: 14px;
	color: #ff0101;
	margin-right: 2px;
}
.yfb-dy-content .det-dy-block .r-panel p span.scsj{
	display: inline-block;
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
	margin-right: 0;
	vertical-align: middle;
	margin-bottom: 5px;
}
.yfb-dy-content .yfb-dysm, .yfb-dy-content .yfb-wntj, .yfb-dy-content .yfb-dy-rmzz{
	padding: 24px 45px;
}
.yfb-dy-content .yfb-dysm div p{
	line-height: 2;
	font-size: 15px;
}
.yfb-dy-content .yfb-dysm div p span{
	color: #ff0101;
}
.yfb-dy-content .yfb-wntj>div{
	float: left;
	width: 168px;
	margin-right: 34px;
}
.yfb-dy-content .yfb-wntj div:nth-of-type(4){
	margin-right: 0;
}
.yfb-dy-content .yfb-wntj>div>a{
	display: block;
	width: 100%;
	height: 100%;
}
.yfb-dy-content .yfb-wntj>div>a img{
	width: 100%;
	height: 100%;
}
.yfb-dy-content .yfb-wntj .r-panel p span.tag-yhj{
	display: inline-block;
	background-color: #ff0101;
	color: #fff;
	width: 44px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}
.yfb-dy-content .yfb-wntj .r-panel>a{
	color: #41436c;
	margin: 10px 0;
}
.yfb-dy-content .yfb-dy-rmzz>div a{
	display: inline-block;
	width: 16%;
	font-size: 14px;
	padding-right: 1%;
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.table{display: table;height:100%;}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
/* 首页广告图 */
.yifb-ad-index{
	width: 100%;
	height: 98px;
	margin: 0 auto;
	background: url(../ad/xs/ad_index_xs.png) no-repeat center;
	background-size: cover;
}
.yifb-ad-index>a{
	display: block;
	width: 100%;
	height: 98px;
}
/* 期刊广告页面 */
.yifb-ad-qk{
	height: 92px;
	margin: 40px auto 0;
	background:#f9f9f9 url(../ad/dy/ad_content_qk.png) no-repeat center;
	background-size: cover;
	padding: 20px;
}
.yifb-ad-qk .left img{
	width: 72px;
	height: 100%;
	margin-right: 20px;
}
.yifb-ad-qk .p1{
	font-size: 16px;
	margin-bottom: 8px;
}
.yifb-ad-qk .p2{
	font-size: 14px;
	color: #777;
}
.yifb-ad-qk a{
	display: block;
	width: 104px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	font-size: 16px;
	background-color: #ff7e30;
	margin-top: 28px;
}
.yifb-ad-qk a:hover{
	color: #fff !important;
	opacity: .8;
}
.ad-yifb-sci{
	margin-top: 30px;
}
.ad-yifb-sci>a{
	display: block;
	width: 100%;
	height: 108px;
	background: url(../img/bg_block_ad_sci.png) no-repeat center;
	background-size: cover;
}
.ad-yifb-sci>a:hover{
	opacity: .8;
}

.block-mzsm p{
	font-size: 12px !important;
	line-height: 1.75 !important;
	color: #999 !important;
}
.block-mzsm p a{
	color: #999 !important;
}
.block-mzsm p a:hover{
	color: #10a8dc !important;
}
/* 期刊知识、范文迭代 */
.gray-body{
	background-color: #f8f8f8;
}
.nav-box-fw{
	margin: 0;
	padding: 20px 0 0 0;
	background-color: transparent;
}
.nav-box-fw a, .nav-box-fw span{
	padding: 0;
}
.yfb-fanwen-list .paper-box .box-item li{
	margin: 20px 0;
}
.yfb-fanwen-list .paper-box .box-item li:hover h3{
	color: #10a8dc;
}
.yfb-fanwen-list .paper-box .box-item li .item-title{
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
}
.yfb-fanwen-list .paper-box .box-item li .keysbox, .yfb-fanwen-list .paper-box .box-item li .datebox{
	float: right;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	color: #999;
}
.yfb-fanwen-list .paper-box .box-item li .keysbox span{
	display: inline-block;
	margin-right: 4px;
}
.yfb-fanwen-list .paper-box .box-item li .keysbox span:last-of-type{
	margin-right: 0;
}
.yfb-fanwen-list .paper-box .box-item li .item-abstract{
	font-size: 14px;
	line-height: 26px;
	color: #777;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: justify;
}
/* 查看更多 */
.btn-more-box>a{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #666;
	height: 48px;
	line-height: 48px;
	margin: 0 auto 40px;
	background-color: #fff;
}
.btn-more-box>a:hover{
	text-decoration: none;
	color: #10a8dc;
}
.yfb-fanwen-list .full-list{
	width: 100%;
}
.yfb-fanwen-list .full-list ul li{
	background-color: #fff;
	padding: 30px 40px;
	border-bottom: none;
}
/* 正文 */
.yfb-fanwen-show .full-list{
	width: auto;
	padding: 50px 70px;
	background-color: #fff;
	margin-top: 20px;
}
.yfb-fanwen-show .fanwen-title{
	height: auto;
}
.yfb-fanwen-show .fanwen-title h2, .yfb-fanwen-show .fanwen-title h1, .yfb-fanwen-show .yfb_mainfw>h1{
	float: none;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 14px;
}
.yfb-fanwen-show .fanwen-info .info-date{
	display: block;
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-bottom: 30px;
}
.yfb-fanwen-show .fanwen-info .info-keys{
	display: block;
	font-size: 12px;
	color: #999;
	text-align: right;
}
.yfb-fanwen-show .fanwen-description{
	margin-top: 20px;
}
.yfb-fanwen-show .mzsm{
	font-size: 12px;
	color: #999;
	line-height: 22px;
	background-color: #fff;
	padding-bottom: 30px;
	border-bottom: solid 1px #f1f1f1;
}
.yfb-fanwen-show .mzsm b{
	display: block;
	margin-bottom: 6px;
}
/* 翻页 */
.yfb-fanwen-show .page-con{
	padding: 25px 0 0 0;
}
.yfb-fanwen-show .page-con ul li{
	display: block;
	width: 100%;
	padding: 0;
}
.yfb-fanwen-show .page-con ul li a{
	display: block;
	border: none;
	text-align: left;
	height: auto;
	line-height: 32px;
	color: #222;
	font-size: 14px;
	padding-left: 0;
}
.yfb-fanwen-show .page-con ul li:hover a{
	text-decoration: none;
	color: #00a1cc;
}
/* 相关范文 */
.yfb-fanwen-show .rmwz-box{
	margin-bottom: 20px;
}
.yfb-fanwen-show .rmwz-box .box-title, .yfb-fanwen-show .jprmwz-box .box-title{
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #333;
	height: auto;
	line-height: 1;
	margin: 40px 0 25px 0;
	border-bottom: none;
}
.yfb-fanwen-show .rmwz-box .box-con{
	margin: 0;
	background-color: #fff;
	padding: 45px 32px 0 32px;
}
.yfb-fanwen-show .jpfw-xgjp .box-con{
	padding-bottom: 21px;
}
.yfb-fanwen-show .rmwz-box .box-con ul li{
	float: left;
	background: none;
	width: 318px;
	border-bottom: none;
	margin: 0 45px 40px 45px;
	padding: 0;
	position: relative;
}
.yfb-fanwen-show .jpfw-xgjp .box-con ul li{
	margin-bottom: 10px;
}
.yfb-fanwen-show .rmwz-box .box-con ul li::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 105px;
	background: #e8e8e8;
	position: absolute;
	top: 0;
	right: -45px;
}
.yfb-fanwen-show .rmwz-box .box-con ul li h4{
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 12px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.yfb-fanwen-show .rmwz-box .box-con ul li p{
	font-size: 13px;
	color: #999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.yfb-fanwen-show .rmwz-box .box-con ul li:nth-of-type(3n-2){
	margin-left: 0;
}
.yfb-fanwen-show .rmwz-box .box-con ul li:nth-of-type(3n){
	margin-right: 0;
}
.yfb-fanwen-show .rmwz-box .box-con ul li:nth-of-type(3n)::after, .yfb-fanwen-show .rmwz-box .box-con ul li:last-of-type::after{
	display: none;
}
.yfb-fanwen-show .rmwz-box .box-con ul li:first-of-type::after, .yfb-fanwen-show .rmwz-box .box-con ul li:nth-of-type(2)::after{
	height: 98px;
}
.yfb-fanwen-show .rmwz-box .box-con ul li:nth-of-type(4)::after, .yfb-fanwen-show .rmwz-box .box-con ul li:nth-of-type(5)::after{
	height: 110px;
	top: -26px;
}
.yfb-fanwen-show .jpfw-xgjp .box-con ul li:first-of-type::after, .yfb-fanwen-show .jpfw-xgjp .box-con ul li:nth-of-type(2)::after{
	height: 22px;
}
.yfb-fanwen-show .jpfw-xgjp .box-con ul li:nth-of-type(4)::after, .yfb-fanwen-show .jpfw-xgjp .box-con ul li:nth-of-type(5)::after{
	height: 50px;
	top: -26px;
}
.yfb-fanwen-show .jpfw-xgjp .box-con ul li:nth-of-type(7)::after, .yfb-fanwen-show .jpfw-xgjp .box-con ul li:nth-of-type(8)::after{
	height: 50px;
	top: -26px;
}
.yfb-fanwen-show .rmwz-box .box-con ul li:hover h4{
	color: #10a8dc;
}
/* 服务与支持 */
.yfb-fanwen-show .bar-border-box .title{
	background: transparent;
	font-size: 22px;
	color: #333;
}
.yfb-fanwen-show .work-box{
	background: transparent;
}
.yfb-fanwen-show .work-box .box-btn a{
	width: 150px;
}
.yfb-fanwen-show .work-box .box-btn a:hover{
	color: #fff;
	opacity: .8;
}

/* 精品范文 */
.gray-body{
	background-color: #f9f9f9;
}
.const-left{
	height: 98px;
	line-height: 98px;
	background-color: #fff;
	padding-left: 30px;
	margin: 20px 0;
	font-size:14px;
}
.const-left a{
	display:inline-block; 
	width:19px; 
	height:19px; 
	line-height: 19px;
	margin:0 auto; 
	border-radius:2px; 
	text-transform:uppercase; 
	cursor:pointer; 
	text-align:center; 
	font-size:14px;
	margin-left: 23px;
}
.const-list{
	padding-bottom: 5px;
}
.const-list>div{
	padding:30px 30px 20px 30px; 
	margin-bottom:15px; 
	background-color:#fff;
}
.const-list b{
	display:block; 
	width:50px; 
	line-height:1; 
	font-size:32px; 
	text-transform:uppercase; 
	font-weight:bold;
	margin-bottom: 30px;
}
.const-list p{
	display: block;
}
.const-list a{
	display:inline-block; 
	margin:0 6px 10px 0; 
	padding:0 14px; 
	font-size:14px; 
	background-color: #f7f7f7; 
	height: 30px; 
	line-height: 30px;
	border-radius: 15px;
}
.const-list a:hover{color: #10a8dc;}
.const-left a:hover{color: #10a8dc;}
.const-left .active{color:#fff; background-color:#10a8dc;}
.const-left .active:hover{color:#fff;}

/* 精选范文 */
.fanwen-body .art-img-title{
	text-align: center;
}
.fanwen-body .art-img-title img{
	width: 365px;
	height: 226px;
	border-radius: 10px;
}
.fanwen-body h5, .fanwen-body p strong, .fanwen-body h2{
	display: block;
	font-size: 22px;
	text-align: center;
	color: #10a8dc;
}
.fanwen-body h5 a, .fanwen-body p strong a, .fanwen-body h2 a{
	color: #10a8dc;
}
.yfb-fanwen-show .jprmwz-box .box-con{
	margin: 0;
	background-color: #fff;
	padding: 30px 32px 0 32px;
}
.yfb-fanwen-show .jprmwz-box .box-con ul li{
	float: left;
	width: 19%;
	position: relative;
	margin: 0 4% 0 4%;
	padding-bottom: 30px;
}
.yfb-fanwen-show .jprmwz-box .box-con ul li:nth-of-type(4n){
	margin-right: 0;
}
.yfb-fanwen-show .jprmwz-box .box-con ul li:first-of-type, .yfb-fanwen-show .jprmwz-box .box-con ul li:nth-of-type(5), .yfb-fanwen-show .jprmwz-box .box-con ul li:nth-of-type(9){
	margin-left: 0;
}
.yfb-fanwen-show .jprmwz-box .box-con ul li h4 {
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yfb-fanwen-show .jprmwz-box .box-con ul li:hover h4{
	color: #10a8dc;
}
.yfb-fanwen-show .jprmwz-box .box-con ul li:after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 72px;
	background: #e8e8e8;
	position: absolute;
	top: -48px;
	right: -45px;
}
.yfb-fanwen-show .jprmwz-box .box-con ul li:first-of-type::after, .yfb-fanwen-show .jprmwz-box .box-con ul li:nth-of-type(2)::after, .yfb-fanwen-show .jprmwz-box .box-con ul li:nth-of-type(3)::after {
    height: 20px;
	top: 4px;
}
.yfb-fanwen-show .jprmwz-box .box-con ul li:last-of-type:after, .yfb-fanwen-show .jprmwz-box .box-con ul li:nth-of-type(4n)::after{
	display: none;
}

/* 相关期刊 */
.yfb-fanwen-show .jpwz-xgqk .box-con ul li .item-img{
	float: left;
	width: 27%;
	height: 116px;
	margin-right: 5%;
}
.yfb-fanwen-show .jpwz-xgqk .box-con ul li .item-img img{
	width: 100%;
	height: 100%;
}
.yfb-fanwen-show .jpwz-xgqk .box-con ul li .item-info{
	float: left;
	width: 68%;
}
.yfb-fanwen-show .jpwz-xgqk .box-con ul li .item-info h4.title{
	font-size: 17px;
	margin-left: 0;
}
.yfb-fanwen-show .jpwz-xgqk .box-con ul li .item-info p{
	display: block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.yfb-fanwen-show .jpwz-xgqk .box-con ul li:first-of-type::after, .yfb-fanwen-show .jpwz-xgqk .box-con ul li:nth-of-type(2)::after{
	height: 138px;
}
.yfb-fanwen-show .jpwz-xgqk .box-con ul li:nth-of-type(4)::after, .yfb-fanwen-show .jpwz-xgqk .box-con ul li:nth-of-type(5)::after{
	height: 152px;
}

/* 首页--精选好文 */
.dybckgwfw{
	margin-top: 60px;
}
.dybckgwfw h3{
	font-size: 36px;
	font-weight: bold;
	color: #222;
	margin-bottom: 60px;
	text-align: center;
}
.dybckgwfw h3>a{
	display: block;
}
.dybckgwfw .fwbox{
	float: left;
	width: 531px;
	background-color: #fafafa;
	padding: 35px 30px;
}
.dybckgwfw .hwbox{
	margin-right: 20px;
}
.dybckgwfw .fwbox ul li{
	float: left;
	width: 43.5%;
	font-size: 14px;
	line-height: 34px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dybckgwfw .fwbox ul li:nth-of-type(even){
	border-left: solid 1px #e8e8e8;
	padding-left: 8%;
}
.dybckgwfw .fwbox ul li:nth-of-type(odd){
	padding-right: 4%;
}
.bgWhite{
	background-color: #fff;
}
/* 友情链接 */
.yfb_fw_yqlj{
	background-color: #fff;
	margin-bottom: 20px;
}
.yfb_fw_yqlj>span{
	display: block;
	width: 100%;
}
.yfb_fw_yqlj ul li{
	float: left;
	line-height: 40px;
	width: 14.28%;
	padding-right: 1%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yfb_fw_yqlj ul li a{
	padding: 0;
	display: inline;
}
.yfb_fw_yqlj_dy{
	margin: 20px 0 0 0;
	width: 865px;
	padding: 24px 45px;
}
.yfb_fw_yqlj_wz{
	margin-bottom: 20px;
	width: 1112px;
}
.yfb_qk_joulist{
	background-color: #f9f9f9;
	padding-top: 20px;
}
.yfb_qk_joulist .left_panel{
	background-color: #fff;
	width: 884px;
	padding: 0 52px 40px 52px;
}
.yfb_qk_joulist .right_panel{
	width: 300px;
}
.yfb_qk_joulist .yfb_nav_list{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: solid 1px #eee;
}
.yfb_qk_joulist .yfb_nav_list a{
	float: left;
}
.yfb_qk_joulist .yfb_nav_list a.active{
	position: relative;
	color: #10a8dc;
	font-weight: bold;
}
.yfb_qk_joulist .yfb_nav_list a:hover{
	color: #10a8dc;
}
.yfb_qk_joulist .yfb_nav_list a.active::before{
	display: inline-block;
	content: '';
	width: 64px;
	height: 2px;
	background-color: #10a8dc;
	position: absolute;
	bottom: 0;
	left: 0;
}
.yfb_qk_joulist .yfb_nav_list a::after{
	display: inline-block;
	content: '';
	width: 1px;
	height: 18px;
	background-color: #eaeaea;
	vertical-align: middle;
	margin: 0 27px 4px 27px;
}
.yfb_qk_joulist .yfb_nav_list a:last-of-type::after{
	display: none;
}
.yfb_qk_joulist .fqlist_box>h3{
	font-size: 24px;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin: 40px auto 25px;
}
.yfb_qk_joulist .fqlist_box dl dd:not(.column){
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #f1f1f1;
}
.yfb_qk_joulist .fqlist_box dl dd:not(.column):last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.yfb_qk_joulist .fqlist_box dl dd.column{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #222;
	line-height: 32px;
	margin: 40px auto 25px;
}
.yfb_qk_joulist .fqlist_box dl dd .name b{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #222;
	margin-bottom: 14px;
	line-height: 20px;
}
.yfb_qk_joulist .fqlist_box dl dd .name span.page{
	float: right;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	line-height: 20px;
}
.yfb_qk_joulist .fqlist_box dl dd p{
	font-size: 13px;
	color: #999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.yfb_common_box_r{
	background-color: #fff;
	padding: 0 25px;
	margin-bottom: 16px;
}
.yfb_common_box_r .box-title{
	height: 62px;
	line-height: 62px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	border-bottom: solid 1px #eee;
}
.yfb_common_box_r ul{
	padding: 15px 0;
}
.yfb_xgqk_box ul li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.yfb_xgqk_box ul li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: none;
}
.yfb_xgqk_box ul li:hover a{
	color: #333;
}
.yfb_xgqk_box ul li a{
	display: block;
}
.yfb_xgqk_box ul li .item-pic{
	float: left;
	width: 80px;
	height: 108px;
}
.yfb_xgqk_box ul li .item-pic img{
	width: 100%;
	height: 100%;
}
.yfb_xgqk_box ul li .item-txt{
	float: left;
	width: 155px;
	margin-left: 15px;
}
.yfb_xgqk_box ul li .item-txt h4{
	font-size: 15px;
	font-weight: normal;
	color: #222;
	margin-bottom: 12px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.yfb_xgqk_box ul li:hover h4{
	color: #008eb7;
}
.yfb_xgqk_box ul .item-txt p{
	font-size: 12px;
	line-height: 24px;
	color: #777;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.yfb_xgqk_box ul .item-txt p span{
	color: #f00000;
}
.yfb_work_box{
	margin-bottom: 0;
}
.yfb_work_box ul{
	width: 100%;
}
.yfb_work_box ul li{
	width: 100%;
	height: 120px;
	border: none;
	margin: 0;
	margin-bottom: 15px;
}
.yfb_work_box ul li .item-con p{
	height: auto;
}
.yfb_work_box ul li:hover{
	border: none;
}
.yfb_work_box ul li .item-con{
	float: left;
	width: 190px;
	margin: 5px 0;
}
.yfb_qk_joulist .link-block{
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.yfb_rmbq_box ul li{
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}
.yfb_rmbq_box ul li a{
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	overflow: hidden;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}
.yfb_rmbq_box ul li a:hover{
	color: #fff;
	border: 1px solid #10a8dc;
	background-color:#10a8dc;
}
.yfb_block_scishow .qksllist{
	margin-left: 20px;
	display: inline-block;
}

/* SCI */
.yfb_sci_content .dl-det-left{
	background-color: #f9f9f9;
	text-align: center;
}
.yfb_sci_content .dl-det-left img{
	width: 200px;
	height: 280px;
	margin-top: 50px;
}
.yfb_sci_content .dl-det-left b{
	display: block;
	font-weight: normal;
	line-height: 26px;
	margin-top: 18px;
}
.yfb_sci_content .dl-det-text{
	margin-top: 26px;
	padding-bottom: 20px;
}
.yfb_sci_content .dl-det-text div{
	max-height: 77px;
	overflow: hidden;
}
.yfb_sci_content .dl-det-text div p:last-of-type{
	margin-bottom: 0;
}
.yfb_sci_content .dl-det-top{
	top: -2px;
	margin-left: 0;
	margin-right: 6px;
}
.yfb_sci_content .sci_qk_ywmc{
	font-size: 14px;
	color: #777;
	margin-top: 10px;
	margin-bottom: -10px;
}
.yfb_sci_content .dl-det-book{
	line-height: 30px;
}
.yfb_sci_content .dl-det-link div:nth-child(1){
	margin-bottom: 0;
}
.yfb_block_scishow .yfb_sci_mcjs{
	background-color: #f9f9f9;
	padding: 12px 20px;
}
.yfb_block_scishow .yfb_sci_mcjs p{
	font-size: 12px;
	line-height: 22px;
	color: #999;
	margin-bottom: 0;
}
.yfb_block_scishow h5.bluetit{
	font-size: 18px;
	font-weight: normal;
	color: #10a9dc;
	margin-bottom: 15px;
}
.yfb_block_scishow .yfb_sci_csdata ul{
	margin-bottom: 12px;
}
.yfb_block_scishow .yfb_sci_csdata ul li{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 100px;
}
.yfb_block_scishow .yfb_sci_csdata ul li:last-of-type{
	margin-right: 0;
}
.yfb_sci_btmcon table{
	margin-bottom: 30px;
	border-collapse: collapse;
	border: solid 1px #e2e2e2;
}
.yfb_sci_btmcon table thead tr td{
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #f6f6f6;
}
.yfb_sci_btmcon table tbody tr td{
	padding: 20px 0;
	font-size: 15px;
	text-align: center;
}
.yfb_sci_btmcon table tbody tr td span{
	display: block;
	line-height: 22px;
}
.yfb_sci_btmcon table tbody tr td span:nth-of-type(2n){
	margin-bottom: 10px;
}
.yfb_sci_btmcon table tbody tr td span:last-of-type{
	margin-bottom: 0;
}
.yfb_sci_btmcon table tbody tr td span.keypoint {
	display: block;
    width: 38px;
    color: #00a6dc;
    font-size: 15px;
	font-weight: bold;
    margin: 0 auto 40px;
}
.yfb_sci_btmcon table tbody tr td span.keypoint:last-of-type{
	margin-bottom: 0;
}
/* CiteScore */
.yfb_sci_btmcon .num-elememt{
	position: relative;
	width: 54%;
	height: 6px;
	left: 23%;
	top: 7px;
}
.yfb_sci_btmcon .num-elememt:nth-child(even){
	margin-top: 62px;
}
.yfb_sci_btmcon .num-elememt p{
	font-size: 13px;
	position: absolute;
	left: 85%;
	top: -28px;
	color: #333;
	text-align: center;
}
.yfb_sci_btmcon .num-elememt .num-gray{
	position: absolute;
	width: 100%;
	height: 6px;
	background-color: #dcdcdc;
	border-radius: 3px;
	left: 0;
}
.yfb_sci_btmcon .num-elememt .num-blue{
	position: absolute;
	width: 85%;
	height: 6px;
	background-color: #10a9dc;
	border-radius: 3px;
	left: 0;
}
.yfb_sci_btmcon table.yfb_scitable_csdata thead tr td:nth-of-type(3), .yfb_sci_btmcon table.yfb_scitable_csdata thead tr td:nth-of-type(4){
	width: 120px;
}
.yfb_sci_btmcon table.yfb_scitable_csdata thead tr td:first-of-type, .yfb_sci_btmcon table.yfb_scitable_csdata tbody tr td:first-of-type{
	text-align: left;
	padding:0 22px;
	border-right: 1px solid transparent;
}
.yfb_sci_btmcon table.yfb_scitable_csdata thead tr td:nth-of-type(2), .yfb_sci_btmcon table.yfb_scitable_csdata tbody tr td:nth-of-type(2){
	text-align: right;
	padding:0 22px;
}
.yfb_sci_btmcon table.yfb_scitable_csdata tbody tr td:nth-of-type(2) span.keypoint{
	float: right;
 }
.yfb_sci_btmcon table.yfb_scitable_csdata tbody tr td:first-of-type{
	padding:10px 22px;
}
.yfb_sci_qkpj>div{
	margin-top: 30px;
}
/* 中科院分区 */
.yfb_sci_zkysj h5.zkytit:first-of-type::after{
	display: inline-block;
	content: '热';
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #ff4a40;
	border-radius: 4px;
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
	margin: 0 0 2px 12px;
}
.yfb_sci_btmcon table.yfb_scitable_zkyfq thead tr td:nth-of-type(2), .yfb_sci_btmcon table.yfb_scitable_zkyfq thead tr td:nth-of-type(4), .yfb_sci_btmcon table.yfb_scitable_zkyfq thead tr td:nth-of-type(5), .yfb_sci_btmcon table.yfb_scitable_zkyfq thead tr td:nth-of-type(6){
	width: 85px;
}
.yfb_sci_btmcon table.yfb_scitable_zkyfq thead tr td:first-of-type{
	width: 120px;
}
.yfb_sci_btmcon table.yfb_scitable_zkyfq tbody tr td:nth-of-type(3) span{
	text-align: left;
	padding:0 22px;
}
/* JCR分区 */
.yfb_sci_btmcon table.yfb_scitable_jcrdata{
	margin-bottom: 30px;
}
.yfb_sci_btmcon table.yfb_scitable_jcrdata:last-of-type{
	margin-bottom: 0;
}
.yfb_sci_btmcon table.yfb_scitable_jcrdata thead tr td:nth-of-type(2), .yfb_sci_btmcon table.yfb_scitable_jcrdata thead tr td:nth-of-type(3), .yfb_sci_btmcon table.yfb_scitable_jcrdata thead tr td:nth-of-type(4), .yfb_sci_btmcon table.yfb_scitable_jcrdata thead tr td:nth-of-type(5){
	width: 120px;
}
.yfb_sci_btmcon table.yfb_scitable_jcrdata tbody tr td.name{
	text-align: left;
	padding-left: 22px;
	padding-right: 22px;
}
/* 常见问题 */
.yfb_sci_btmcon .yfb_sci_cjwt{
	padding-bottom: 30px;
}
.yfb_sci_btmcon .gapLine{
	margin: 0 -45px;
	height: 20px;
	background-color: #f8f8f8;
}
/* 翻页 */
.yfb_sci_btmcon .yfb_sci_pages ul{
	padding: 14px 0;
}
.yfb_sci_btmcon .yfb_sci_pages ul li{
	font-size: 14px;
	line-height: 36px;
}
.yfb_sci_btmcon .yfb_sci_pages ul li b{
	font-weight: normal;
}
/* 同分区等级期刊推荐 */
.yfb_sci_xgqk{
	padding-bottom: 30px;
}
.yfb_sci_xgqk ul li{
	height: 40px;
	line-height: 40px;
}
.yfb_sci_xgqk ul li>a{
	display: block;
}
.yfb_sci_xgqk ul li span{
	float: left;
}
.yfb_sci_xgqk ul li:nth-of-type(odd) span{
	background-color: #f7f7f7;
}
.yfb_sci_xgqk ul li span.tit{
	width: 408px;
	font-size: 14px;
	padding: 0 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yfb_sci_xgqk ul li span.yjfx{
	width: 230px;
	margin-left: 6px;
	font-size: 13px;
	padding: 0 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yfb_sci_xgqk ul li span.yxyz{
	width: 125px;
	margin-left: 6px;
	font-size: 13px;
	text-align: center;
}
.yfb_block_scishow .dl-box-left{
	width: 865px;
}
.yfb_block_scishow .block-mzsm{
	padding-bottom: 30px;
}
.yfb_block_scishow .dl-det-nav .dsl{
	height: 24px;
}


/* 购物车结算新样式覆盖 */
.settlement-table-list .letter-con li .selIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/1-3-1jiesuan.png') no-repeat center center;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 14px;
}

.settlement_shop-list {
	overflow: hidden;
	padding-bottom: 40px;
	background: #fff;
	/* margin-bottom: 14px; */
}

.settlement_shop-list .my-shop-count {
	font-size: 16px;
	color: #222;
	margin-left: 40px;
	float: left;
	margin-top: 40px;
}

.settlement_shop-list .settlement_order_step {
	font-size: 16px;
	color: #222;
	margin-left: 40px;
	float: left;
	margin-top: 40px;
}

.settlement_shop-list .settlement_order_step {
	margin: 24px 5px 0px 0px;
	width: 492px;
	height: 32px;
	line-height: 32px;
	float: right;
	background: url(../images/1-1shop.png) no-repeat center center;
	align-content: center;
}

.settlement_shop-list .settlement_order_step li {
	/* background: url(../images/1-1shop.png) no-repeat center center; */
	/* padding: 0px 29px 0px 0px; */
	/* width: 389px; */
	height: 32px;
	color: #777;
	overflow: hidden;
	font-size: 13px;
	float: left;
	text-align: left;
	margin-top: 26px;
	margin-left: 80px;
}

.settlement_shop-list .settlement_order_step li.current {
	/* background-position: right -82px; */
	color: #222222;
	/* background-color: #ed6807; */
	margin-left: 56px;
}

.settlement_shop-list .settlement_order_step li.current_prev {
	background-position: right -114px;
	color: #222;
	/* background-color: #ed6807; */
}

.settlement_shop-list .settlement_order_step li.last {
	/* background-position: right -210px; */
}

.settlement_shop-list .settlement_order_step li.last_current {
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}

.nbold {
	font-weight: normal !important;
}

.settlement_shop-list .settlement_order_step li span {
	display: block;
}

.goods_list .first-th {
	font-size: 16px;
	text-indent: 22px;
}

.settlement-table-list table {
	margin: 0px auto;
}

.settlement-table-list table thead th {
	padding: 16px 0px;
	font-size: 14px;
}
.settlement-table-list .first-th{
	font-weight: bold;
	font-size: 16px;
}
.settlement_dxcartbg {
	background-color: #f6f6f6;
}

.settlement_haozz_breadcrumb {
	padding: 10px 0px;
	background-color: #f6f6f6;
	color: #777777;
    font-size: 14px;
}

.settlement_dostbg {
	background-color: #f6f6f6;
}

.settlement_haozz_breadcrumb a,
.settlement_haozz_breadcrumb span {
	color: #777777;
}

.settlement_haozz_breadcrumb .current {
	color: #222;
}

.settlement-table-list table tbody tr {
	border-bottom: 1px solid #f1f1f1;
}

.settlement-table-list table tbody td {
	padding: 16px 5px;
	line-height: 25px;
	font-size: 13px;
}

.settlement-table-list .cart_img {
	margin-left: 30px;
}

.settlement_shop-list .my-shop-count b {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 16px;
	color: #ef2323;
}

.settlement-table-list .cart_info {
	margin: 10px 0;
	font-size: 14px;
}

.settlement-table-list .cart_info b {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	color: #ef2328;
}

.settlement-table-list .cart_total {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ef2328;
}

.order_submit,
.input-but-big {
	background-color: #e64347 !important;
	padding: 14px 20px !important;

	margin-left: 20px !important;

	margin-right: 5px !important;

	border-radius: 4px !important;
	color: #fff !important;

}

.settlement-table-list .total-index {
	border-top: 14px solid #f6f6f6;
	border-bottom: 20px solid #f6f6f6;
}

.settlement-table-list .cart_act:hover {
	color: #ef2328;
}

.settlement_order_new {
	background: url(../images/1-2shop.png) no-repeat center center !important;

}

.settlement-table-list .cart_total i {
	display: inline-block;
	margin-right: 2px;
	font-style: normal;
}

.settlement_order_new li {
	margin-left: 54px !important;
}

.settlement_order_new li.current {
	margin-left: 89px !important;
}

.settlement_order_new li.last {
	margin-left: 74px !important;
}

.settlement-table-list .addresseditbox {
	overflow: hidden;
	margin-top: 20px;
	margin-left: 12px;
}

.settlement-table-list .addresseditbox li {
	width: 220px;
	height: 85px;
	overflow: hidden;
	float: left;
	margin: 5px;
	cursor: pointer;
	padding: 3px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #e8e8e8;
	font-size: 14px;
}

.settlement-table-list .addresseditbox li .t {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

.settlement-table-list .addresseditbox li .c {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	color: #222;
}

.settlement-table-list .addresseditbox li b {
	font-size: 14px;
	margin-right: 3px;
}

.settlement-table-list .addresseditbox li span {
	font-size: 14px;
	margin-left: 6px;

}

.settlement_btm{
	margin-bottom: 14px;
}

.settlement-table-list .addresseditbox li:hover {
	background-color: #fff7f5;
	border: solid 1px #ff2f51;
}

.settlement-table-list .addresseditbox li .addresseditbox-con {
	padding: 5px;

}

.settlement-table-list .letter-outer {
	margin: -8px 5px;
}

.settlement-table-list .letter-box {
	border: none;
	/* border-radius: 6px; */
}

.settlement-table-list .letter-con {
	padding: 15px 2px 15px 16px;
	margin: 0px 12px 0px 10px;
	background-color: #fff7f5;
	border-radius: 6px;
	border: solid 1px #ff2f51;
}

.settlement-table-list .letter-con li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}

.settlement-table-list .letter-con li span {
	color: #555;
}

.settlement-table-list .letter-con li b {
	font-size: 14px;
}

.settlement-table-list .letter-con li a {
	padding: 5px 14px;
	font-size: 14px;
	color: #4076b7;
	background-color: transparent;
	border-radius: 5px;
	text-decoration: none;
}

.settlement-table-list table tbody,
.settlement-table-list table tfoot,
.table-list table thead th {
	border: none;
}

.settlement-dbxnbor table thead tr {
	background-color: #ffffff;
}

.order-table-list thead tr {
	background-color: #f6f6f6 !important;
}

.new-fgx {
	height: 14px;
	background: #f6f6f6;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}

.settlement-order-sub {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 12px 0px;
}


.settlement-shop-th {
	background-color: #f6f6f6;
}

.settlement_cart_price_total {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}

.order_new_blk {
	padding: 14px 0px;
	font-size: 14px;
}
.settlement_dlsorder p{
	font-size: 14px;
}

.order_new_blk .rg>span {
	display: inline-block;
	margin-left: 30px;
}

.settlement_bg {
	background-color: #f6f6f6;
	padding-bottom: 20px;
}

.settlement_cart_message {

	padding: 0px 0 25px 0;

}

.settlement_cart_message .cart_message_info {
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}

.settlement_cart_message .cart_message_but {

	margin-left: 150px;
	margin: 30px auto;
	text-align: center;
}

.settlement_cart_message .settlement_message_con {
	padding: 30px 0px;
	background-color: #fff;
	margin: 0px auto;
	line-height: 35px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 20px;
}

.settlement_cart_message .settlement_message_con .order-code {
	color: #ef2328;
}

.settlement_cart_message .cart_error .cart_message_info {
	color: red;
}

.settlement_cart_message .settlement_message_con .title {
	color: #222;
	font-size: 20px;
}

.settlement_cart_message .settlement_message_con .payWay {
	color: #222;
	font-size: 14px;
}

.settlement_cart_message .settlement_message_con .payWay span {
	color: #ef2328;
	font-size: 12px;
}

.settlement_cart_message .settlement_message_con .payWay b {
	font-size: 16px;
}

.settlement_cart_message .settlement_message_con .payment_list {
	text-align: center;
	width: 490px;
	margin: 40px auto 57px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.settlement_cart_messag .settlement_message_con .cart-way {
	border-bottom: 14px solid #f6f6f6;
	padding: 0px 0px 20px;
}

.settlement_cart_messag .settlement_message_con .w-chat {
	padding: 50px 0px;
}

.settlement_cart_messag .settlement_message_con .w-chat h3 {
	font-size: 20px;
	margin-bottom: 14px;
}

.settlement_cart_message .cart_list {
	text-align: center;
}

.settlement_cart_message .cart-way {
	padding: 30px 0px;
	background-color: #fff;
	font-size: 14px;
}

.settlement_cart_message .cart-way p {
	margin-bottom: 10px;
}

.settlement_cart_message .cart-way .chooseother {
	display: inline-block;
	margin-left: 34px;
}

.settlement_cart_message .w-chat h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.settlement_cart_message .w-chat {
	padding: 30px 0px;
	background-color: #fff;
	margin-top: 14px;

}

.sel-domber1 .right {
	float: right;
	text-align: right;
	margin-right: 40px;
	background-color: #fff;
	
}

.sel-domber1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	background-color: #fff;
	margin-bottom: 20px;
}

.sel-domber1 .right a {
	display: inline-block;
	margin-left: 50px;
	font-size: 14px;
}

.sel-domber1 .right a i {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	width: 20px;
	height: 20px;
}

.sel-domber1 .right .personal i {
	background: url('../img/1-7personal.png') no-repeat center center;
}

.sel-domber1 .right .personal:hover i {
	background: url('../img/1-7-1personal.png') no-repeat center center;
}

.sel-domber1 .right .lock i {
	background: url('../img/1-7lock.png') no-repeat center center;
}

.sel-domber1 .right .lock:hover i {
	background: url('../img/1-7-1lock.png') no-repeat center center;
}

.sel-domber1>div {
	width: 405px;
	padding-left: 28px;
	float: left;
	overflow: hidden;
}

.sel-domber1 span {
	display: inline-block;
	width: 95px;
	margin-right: 39px;
	float: left;
	text-align: center;
}

.sel-domber1 span img {
	width: 91px;
	height: 91px;
	border-radius: 100%;
}

.sel-domber1 span a {
	display: inline-block;
	height: 23px;
	padding: 0 8px;
	margin-top: 18px;
	line-height: 23px;
	font-size: 13px;
	color: #777;
	border: 1px solid #777;
	border-radius: 30px;
}

.sel-domber1 span a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #14b4f0;
	background-color: #14b4f0;
}

.sel-domber1 div p {
	margin-bottom: 6px;
	font-size: 13px;
	color: #777;
}

.domt {
	margin-top: 10px;
}

.sel-domber1>p {
	width: 400px;
	margin-top: 10px;
	float: left;
}

.sel-domber1>p a {
	display: inline-block;
	width: 113px;
	margin-right: 3px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.sel-domber1>p a:hover {
	text-decoration: none;
	color: #14b4f0;
}

.sel-domber1>p img {
	display: block;
	margin: 0 auto 13px auto;
}

.sel-domber2 h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0px;
	text-indent: 40px;
	margin-bottom: 15px;
}

.sel-domber2 h4 span {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 14px;
}


.sel-domber2 .nomr {
	margin-right: 0;
}

.sel-domber2 h5 {
	font-size: 14px;
	font-weight: 800;
	color: #222222;
	display: inline-block;
	width: 130px;
}

.sel-domber2 p {
	margin-top: 2px;
	font-size: 14px;
	color: #777;
	/* margin-left: 40px; */
}

.domber3 h4 {
	margin: 7px 0 15px 0;
	font-size: 18px;
	font-weight: 400;
	color: #333;
}

.domber3 div {
	width: 264px;
	min-height: 225px;
	float: left;
	margin-bottom: 24px;
	text-align: center;
	font-size: 0;
	border: 1px solid #e9e9e9;
}

.dlmid {
	margin: 0 25px;
}

.domber3 h5 {
	margin: 0 auto 14px auto;
	font-size: 14px;
	color: #444;
}

.domber3 span {
	display: inline-block;
	width: 85px;
	height: 85px;
	margin: 28px auto 18px auto;
	border-radius: 100%;
	background: url(../img/dlfast.png) no-repeat;
}

.dlmid span {
	background-position: -85px 0;
}

.dlcid span {
	background-position: -170px 0;
}

.domber3 div p {
	font-size: 13px;
	color: #939393;
}

.sel-dostr .myOrder {
	background-color: #fff;
	padding: 20px 0px;
}

.sel-dostr .myOrder .tit {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #f3f3f3;
}

.sel-dostr .myOrder .tit h4 {
	font-size: 16px;
	color: #222222;
	font-weight: normal;
	text-indent: 20px;
}

.sel-dostr .myOrder .tit a {
	font-size: 13px;
	color: #00b1c6;
	display: inline-block;
	margin-right: 18px;
}

.sel-dostr .myOrder ul {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	font-size: 14px;
}

.sel-dostr .myOrder ul li {
	width: 20%;
	text-align: center;
	
}
.sel-dostr .myOrder ul li p{
	font-size: 14px;
}
.sel-dostr .myOrder ul li div {
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	margin: auto;
}

.sel-dostr .myOrder .shopIcon1 div {
	background: url('../img/shopIcon1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon1:hover div {
	background: url('../img/shopIcon1-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon2 div {
	background: url('../img/shopIcon2.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon2:hover div {
	background: url('../img/shopIcon2-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon3 div {
	background: url('../img/shopIcon3.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon3:hover div {
	background: url('../img/shopIcon3-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon4 div {
	background: url('../img/shopIcon4.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon4:hover div {
	background: url('../img/shopIcon4-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon5 div {
	background: url('../img/shopIcon5.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon5:hover div {
	background: url('../img/shopIcon5-1.png') no-repeat center center;
}

.sel-dostr .myOrder ul li p {
	margin-top: 5px;
}

.sel-domber2 {
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}

.sel-domber2 h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0px;
	text-indent: 40px;
	margin-bottom: 15px;

}

.sel-domber2 h4 span {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 14px;
}

.sel-domber2 div {
	/* width: 428px; */
	padding: 10px 24px 10px 40px;
	/* margin: 0 15px 15px 0; */
	/* float: left; */
	/* background-color: #f9f9f9; */
	display: flex;
}

.sel-domber2 .nomr {
	margin-right: 0;
}

.sel-domber2 h5 {
	font-size: 14px;
	font-weight: 800;
	color: #222222;
	display: inline-block;
	width: 130px;
}

.sel-domber2 p {
	margin-top: 2px;
	font-size: 14px;
	color: #777;
	/* margin-left: 40px; */
}

.sel-dostr {
	width: 955px;
	float: right;
}

.sel-domber {
	padding: 0px;
	margin-bottom: 20px;
}

.invoice_info {
	margin-left: 20px;
}

@charset "utf-8";
body{font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";color:#000;background:#FFF;/*letter-spacing: 1px;*/} 
body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, marquee, from{margin:0;padding:0;} 
ol, ul ,li{list-style: none;} 
img {border: 0; vertical-align:middle;} 
a{color:#333; text-decoration:none; }  
a:hover{color:#10a8dc; text-decoration:none; -webkit-transition:all .2s linear; transition:all .2s linear;} 

body{overflow-x:hidden;}
::selection{background:#10a8dc; color:#fff;}
::-moz-selection{background:#10a8dc; color:#fff;}
::-webkit-selection{background:#10a8dc; color:#fff;}
.hide{display:none;}
.clear{clear:both; font-size:0; line-height:0; height:0;}
.after-clear::after{content: "."; display:block ;height:0; clear:both; visibility: hidden;}
.nobd{border-width:0;}
html{font-size:100%; -ms-text-size-adjust:100%;	-webkit-text-size-adjust:100%;}
html, button, input, select, textarea{font-family:sans-serif;}
button, input, select, textarea{font-size:100%;	margin:0; vertical-align: baseline; *vertical-align:middle:;}
button, input{line-height:normal;}
input[type='search']{-webkit-appearance:textfield;}
button, html input[type='button'], input[type='reset'], input[type='submit']{-webkit-appearance:button; cursor:pointer;	*overflow:visible: ;}

/*2019-8-16 dl*/
.pw1200{width:1200px; margin:0 auto;}
.dsb{display:block;}
.dsl{display:inline-block;}
.alc{text-align:center;}
.all{text-align:left;}
.ftb{font-weight:bold;}
.fthin{font-weight:400;}
.ft12{font-size:12px;}
.ft14{font-size:14px;}
.ft16{font-size:16px;}
.ft18{font-size:18px;}
.ft19{font-size:19px;}
.ft20{font-size:20px;}
.ft22{font-size:22px;}
.f24{font-size:24px;}
.ft30{font-size:30px;}
.ftb{font-weight:bold;}
.c333{color:#333;}
.c777{color:#777;}
.c999{color:#999;}
.c1c8{color:#10a8dc;}
.red{color:#10a8dc;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px; margin-bottom:30px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}
.ptr{position:relative;}
.pta{position:absolute;}
.zoom::after{content:"."; display:block; height:0; clear:both; visibility: hidden;}
.zoom{clear:both;}
.zoom{*zoom:1;}
.btbor{border-bottom:1px solid #e5e5e5;}
.dl-wrap .dl-last{margin-right:0;}
.dl-wrap a:hover{text-decoration:none; color:#10a9dc;}
.dl-wrap .red:hover{color:#10a9dc;}
.dl-ask a:hover{color:#fff;}
.dl-det-text a:hover,.dl-det-link a:hover,.art-comment a:hover,.dl-con-left div a:hover{color:#10a8dc;}
.dl-wrap h4{font-size:20px; color:#333;}
.dl-det-float>a{color:#fff; border-radius:5px; background-color:#10a8dc;}
.dl-search-btn:hover{background-color:#11a0cf;}
.dl-det-float>a:hover{color:#fff; background-color:#05afb5;}
.dl-box>a:hover,.dl-list-btn a:hover,.Bblood .dl-list-shai{color:#fff; background-color:#10a9dc;}
.dl-pic-list li,.dl-learn,.dl-det-fast a,.dl-cabtn span,.dl-det-adv,.dl-det-adv2,.dl-det-add a,.dl-det-slider span{-webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.dl-learn:hover,.dl-det-fast a:hover{-webkit-transform:translateY(-6px); -moz-transform:translateY(-6px); -ms-transform:translateY(-6px); -o-transform:translateY(-6px); transform:translateY(-6px); box-shadow:0 0 15px rgba(0,0,0,0.1);}
.dl-det-adv:hover,.dl-det-adv2:hover,.dl-det-add a:hover{box-shadow:0 0 15px rgba(0,0,0,0.1);}
input[type='search'],.dl-det-box,.dl-det-fixed .dl-det-float,.dl-det-adv,.dl-det-adv2{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;}



/*导航*/
.dl-header{height:36px; background-color:#f5f5f5;}
.dl-header p{line-height:36px;}
.dl-header a{color:#777; margin-left:10px;}
.dl-header p .tel{color: #f00;}
.dl-logo{margin:28px auto 31px auto !important; vertical-align:middle;}
.dl-search{width:380px; height:42px; margin-left:158px; border-radius: 20px;}
.dl-search-input{width:320px; float:left; padding-left: 18px; height: 42px; line-height: 42px; border:none; color:#333; vertical-align:middle; outline:none; border-top-left-radius:3px; border-bottom-left-radius:3px; background-color:#f2f2f2;border-radius: 20px 0 0 20px;}
.dl-search-btn{width:60px; height: 42px; float:left; cursor:pointer; vertical-align:middle; border:none; outline:none; border-radius: 0 20px 20px 0; background:#f2f2f2 url(../images/icon_search_index.png) no-repeat center;}
.dl-search-btn:hover{background:#f2f2f2 url(../images/icon_search_index.png) no-repeat center;}
.dl-logo>p{ margin-top:14px;}
.dl-logo>p a{display:inline-block; margin-left:46px; font-size:14px; color:#333; line-height:1;}
.dl-logo>p a:first-child{margin-left:0;}
.dl-logo>p a.dlreask::before{
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../images/icon_index_fbfd.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 6px 0;
}
.dl-logo>p a.dlreadd::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(../images/icon_index_hyzx.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 6px 0;
}
.dl-logo>p a.dlrecart::before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 21px;
	background: url(../images/icon_index_cart.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 6px 0;
}
.dl-logo>p a.dlrecart{
	position: relative;
}
.dl-logo>p a.dlrecart b{
	display: block;
	position: absolute;
	right: 0;
	top: -5px;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background-color: #f33e3e;
}
.dl-logo>p i{display:block; width:28px; height:27px; margin:0 auto 2px auto; background:url(../img/dl-icon.png) no-repeat;}
.dl-logo .dlreadd i{background-position:-28px 0;}
.dl-logo .dlrecart i{background-position:-56px 0;}

.dl-nav-wrap{border-bottom:2px solid #10a8dc;}
.dl-nav>a{display:inline-block; margin:8px 50px 0 0; font-size:16px;}
.dl-nav>a:last-of-type{margin-right: 0;}
.dl-nav>a.hot{
	position: relative;
}
.dl-nav>a.hot::after{
	content: "HOT";
	display: inline-block;
	width: 30px;
	height: 16px;
	line-height: 16px;
	background-color: #f33e3e;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	position: absolute;
	text-align: center;
	right: -35px;
	top: -6px;
}
.dl-nav .action{color:#10a8dc;}
.dl-sub{width:240px; margin-right:85px; position:relative; z-index:10;}
.dl-sub>a{display:inline-block; padding-left: 15px; height: 46px; line-height: 46px; font-size:18px; border-radius: 3px 3px 0px 0px; }
.dl-sub .dlbtn,.dl-sub .dlbtn:hover{width:240px; color:#fff; position:relative;}
.dlbtn{background-color:#10a8dc;}
.dlbtn:before{content:""; display:inline-block; width:20px; height:18px; vertical-align:middle; margin:-5px 10px 0 0; background:url(../img/dl-xian-nav.png) no-repeat;}
.dl-sub-dd{height:440px; width:100%; position:absolute; top:48px; background-color:#fff;box-shadow: 0px 3px 21px 0px 
		rgba(188, 187, 187, 0.14);}
.dl-sub-dd>li{padding:17px 15px;border-bottom: solid 1px rgba(207,207,207,0.27);}
.dl-sub-dd>li:last-of-type{border-bottom: none;}
.dl-sub-dd dl{/*width:524px;*/ width:730px; height:440px; padding:26px 30px 30px 30px; position:absolute; top:0px; left:240px; box-shadow:0 0 3px rgba(0,0,0,0.07); display:none; z-index:100; background-color:#fff;}
.dl-sub-dd>li:hover dl{display:block; }
.dl-sub-dd h6{padding-bottom:10px; margin-bottom:10px; font-size:15px; color:#333; border-bottom:1px solid #f5f5f5;}
.dl-sub-dd dd{width:20%; float:left; margin-bottom:20px;}
.dl-sub-dd dd span{font-size: 12px; color: #999;}
.dl-sub-dd li:nth-child(2) dd{width:33.3%;}
.dl-sub-dd h5{ font-size:15px; color:#333; font-weight:bold; cursor:pointer;}
.dl-sub-dd li p{margin-top:10px;}
.dl-sub-dd li p a{ display: inline-block; font-size:13px; color:#555; line-height: 26px; margin-right: 16px;}
.dl-sub-dd li p a:nth-of-type(5n){margin-right: 0;}
.dl-sub-dd li:nth-of-type(2) p a{margin-right: 25px;}
.dl-sub-dd li:nth-of-type(2) p a:nth-of-type(2n){margin-right: 0;}
.dl-sub-dd li:nth-of-type(2) p a:nth-of-type(5n){margin-right: 25px;}
.dl-sub-dd a,.dl-sub-dd span{font-size:13px;}
.dl-sub-dd span{margin-left:7px; color:#666;}

/*footer*/
.dl-footer{padding:44px 0 35px 0; background-color:#f6f6f6;min-width: 1200px;}
.dl-footer>p:first-child{padding:0 0 32px 0; border-bottom:1px dashed #e3e3e3;}
.dl-footer .dlbotfot{
	margin: 20px auto 0 auto;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    line-height: 24px;
    margin-bottom: -15px;
    color: #999;
	}
.dl-footer>p a{display:inline-block; width:175px; margin-right:90px;}
.dl-footer>p img{margin-right:10px;}
.dl-footer-text div{width:135px; margin-right:62px;}
.dl-footer-text div.dl-last{width: 200px;margin-right: 0;}
.dl-footer>p a,.dl-footer-text a{font-size:14px; color:#777;}
.dl-other a{font-size:19px; color:#333;}
.dl-other a:hover{color:#333;}
.dl-footer-text p{margin-bottom:6px;}
.dl-footer-text .dl-other{margin-bottom:25px;}
.dl-chat img{position:relative; top:-3px;}
.dl-chat>a{width:133px; padding:8px 0; color:#fff; border-radius:3px; background-color:#10a8dc;}
.dl-wrap .dl-chat>a:hover{background-color:#11a0cf;}
.dl-chat p.ft22{
	font-size: 16px;
}
.dl-chat span.ft12{
	display: inline-block;
	margin-bottom: 6px;
}
/*banner*/
.dl-state{padding-bottom:17px;}
.dl-state div{width:247px; float:left; margin-right:70px;}
.dl-state p{width:180px;}
.dl-state b{display:block; color:#333;}







/*轮播*/
.dl-slide{height:456px; background-color:#efefef; overflow:hidden;}
.dl-pic-list{width:100%; height:456px;}
.dl-pic-list li{float:left; position:absolute; top:0; left:0; opacity:0;}
.dl-pic-list .dl-pic-active{opacity:1; z-index:8;}
.dl-cabtn{width:966px; height:50px; margin:0 345px 0 auto; position:absolute; top:45%; bottom:0; left:0; right:0;}
.dl-cabtn span{display:inline-block; height:70px; width:40px; position:absolute; top:-30%; cursor:pointer; opacity:1; text-align:center; z-index:9;}
.dl-slider-prev{left:0; background:url(../img/slides-nav.png) no-repeat -84px 50%;}
.dl-slider-next{right:0; background: url(../img/slides-nav.png) no-repeat -125px 50%;}
.dl-slider-prev:hover{background-position:0 50%;}
.dl-slider-next:hover{background-position:-42px 50%;}
.dl-icon-list{position:absolute; bottom:-180px; right:-25px; z-index:8;}
.dl-icon-list li{width:6px; height:6px; float:left; margin-right:10px; border-radius:5px; border:2px solid #999; overflow:hidden; background-color:#999; cursor:pointer; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.dl-icon-list li:hover,.dl-icon-list .dl-icon-active{background-color:#fff;}


/*滚动列表*/
.dl-block2 h4 a{margin-top:10px; color:#333; font-weight:400;}
.dl-all-file{width:1200px; height:175px;}
.dl-all-file>div{position:absolute; top:0; left:0; opacity:0; -webkit-transition:all 2s ease-in-out; transition:all 2s ease-in-out;}
.dl-all-file .dl-home-active{opacity:1; z-index:10;}
.dl-block-list{display:inline-block; width:360px; margin-top:20px; padding:25px 14px; /*background:url(../img/dl-block-fast.png) 95% 90% no-repeat;*/ box-shadow:0 0 8px rgba(0,0,0,0.07);}
.dl-block-list:nth-child(2){margin:20px 17px;}
.dl-block-list>a{margin-right:20px;}
.dl-block-list:hover{box-shadow:0 0 15px rgba(0,0,0,0.15);}
.dl-block-list div{width:270px;}
.dl-line{margin:-2px 0 4px 0;}
.dlway{display:inline-block; padding:3px 13px; margin-left:5px; border-radius:5px; color:#333; background-color:#eee;}
.dl-block-list div>span{margin-right:10px;}
.dl-block-list>div>a{width:88px; height:29px; line-height:29px; margin-top:8px; border-radius:3px; color:#fff; background-color:#10a9dc;}
.dl-wrap .dl-btn:hover{color:#fff; background-color:#10a8dc;}  


.dl-box{width:272px; height:714px; padding:25px 28px; box-shadow:0 0 15px rgba(0,0,0,0.07);}
.dl-box h6{margin:40px 0 20px 0; padding-bottom:5px;}
.dl-box>a{display:inline-block; width:85px; height:26px; margin:0 0 12px 0; line-height:26px; font-size:13px; text-align:center; border-radius:50px;}
.dl-box .boxbtn{color:#fff; background-color:#10a8dc;}
.dl-box .boxbtn:hover{color:#fff;}
.dl-box p a{display:block; width:220px; margin-bottom:0; padding:13px 20px 13px 40px; font-size:14px; color:#333; border-radius:0; text-align:left; border-bottom:1px solid #fff; background:#f5f5f5 url(../img/arrow1.png) 90% 10px no-repeat;}
.dl-box p img{display:inline-block; margin:-3px 17px 0 0;}
.dl-ask a{width:146px; margin:25px auto 0 auto; padding:10px 0; border-radius:50px; color:#fff; background-color:#ff501c; background:-webkit-linear-gradient(left, #ff5d24 0%, #ff2400 100%); background:-moz-linear-gradient(left, #ff5d24 0%, #ff2400 100%); background:-o-linear-gradient(left, #ff5d24 0%, #ff2400 100%); background:linear-gradient(left, #ff5d24 0%, #ff2400 100%);}
.dl-ask a:after{content:""; display:inline-block; width:7px; height:13px; margin:-2px 0 0 5px; vertical-align:middle; background:url(../img/arrow2.png) no-repeat;}
.dl-con{height:714px; width:850px;}
.dl-con>div{width:270px; height:350px; float:left; margin:0 20px 24px 0; padding-top:18px; text-align:center; background-color:#f8f8f8; box-shadow:0 0 10px rgba(0,0,0,0.07); }
.dl-con>div img{-webkit-transform:scale(0.99); -moz-transform:scale(0.99); -o-transform:scale(0.99); transform:scale(0.99); -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease;}
.dl-con>div:hover{box-shadow:0 0 15px rgba(0,0,0,0.14); }
.dl-con>div:hover img{-webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); transform:scale(1);}
.dl-con>div:nth-child(3n){margin-right:0;}
.dl-text{height:82px; padding:15px 0 0 16px; margin-top:20px; text-align:left; background-color:#fff;}
.dl-text>a{font-size:16px; font-weight:bold;}
.dl-text>a:hover{color:#10a8dc;}
.dl-text p a,.dl-text span{margin-right:13px;}
.dl-text p a{color:#777;}
.dl-text b{color:#e92100; font-weight:400;}
.dl-text p{margin-top:2px;}
.dl-sale,.dl-sale span{color:#9a694b;}
.dl-all{padding:32px 0 28px 0; border:1px solid #f3f3f3;}
.dl-wrap .dl-all{color:#777}
.dl-wrap .dl-all:hover{color:#10a8dc;}

.dl-ser{padding-bottom:85px; background-color:#f5f7fc;} 
.dl-ser-box{width:325px; height:420px; margin-right:18px; overflow:hidden;}
.dl-ser-box img,.dl-ser-box div{top:0; left:0;}
.dl-ser-box img{z-index:2; -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); transform:scale(1); -webkit-transition:all .8s ease; -moz-transition:all .8s ease; -o-transition:all .8s ease; transition:all .8s ease;}
.dl-ser-box:hover img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.dl-ser-box div{width:100%; height:100%; z-index:3;}
.dl-ser-box h3{margin-top:99px;}
.dl-ser-box a{width:177px; height:47px; margin:62px auto 0 auto; line-height:47px; border:1px solid #fff; color:#fff;}
.dl-ser-box a:hover{color:#10a8dc;}
.dl-learn{width:270px; height:377px; margin-right:20px; padding:43px 0 0 0; position:relative; background-color:#fff; cursor:pointer;}
.dl-learn:hover h6, .dl-learn:hover p{color:#10a8dc;}
.dl-learn h6{margin:27px 0 0 0; position:relative;}
.dl-learn h6:after{content:""; display:inline-block; width:30px; height:2px; position:absolute; top:60px; left:0; right:0; bottom:0; margin:0 auto; background-color:#f2f3f5;}
.dl-learn p{width:190px; height:75px; margin:55px auto 47px auto;}
.dl-learn span{width:177px; padding:14px 0; margin:0 auto; color:#fff; border-radius:3px; background-color:#10a8dc;}
.dl-learn:hover span{background-color:#10a9dc;}


.dl-num{margin:75px auto 66px auto;}
.dl-num div{display:inline-block; width:171px;}
.dl-num .dl-num-mid{padding:0 150px; margin:0 150px; border-right:1px solid #f0efef; border-left:1px solid #f0efef;}
.dl-num span{font-size:42px; font-weight:bold;}




/**list*/
/*选择具体内容展示*/
.dl-list-choi{padding-top:15px; margin:0 0 5px 17px; display:none;}
.dl-list-choi span{margin-right:20px;}
.dl-list-choi a{display:inline-block; padding:3px 10px; margin-right:10px; margin-bottom:5px; border-radius:3px; border:1px solid #f0f0f0;}
.dl-list-choi p{margin-top:-5px;max-width: 980px;}
.dl-list-choi i:after{content:"×"; margin-left:3px; color:#000; font-size:16px; position:relative; font-style:normal;}
.dl-list-choi a:hover,.dl-list-choi a:hover i:after{color:#10a8dc;}
.dl-list-choi button{display:inline-block; margin-top:-3px; color:#666; border:none; padding:7px 12px; background-color:#f3f3f3;}
/*筛选*/
.dlfilt{padding:0 0 30px 0; background-color:#f8f8f8;}
.dlfilt>div{padding-top:8px; border-radius:5px;}
.dlfilt div{background-color:#fff;}
.dl-key label{display:inline-block; width:8%; color:#333; font-weight:400; font-size:13px; text-align:center; vertical-align:top; padding-top:16px; text-indent:30px;}
.dl-key{background-color:#f4f4f4; border-bottom:1px solid #f1f1f1; letter-spacing:0; word-spacing:0; font-size:0}
.dl-search-sec p{display:inline-block; width:35%; padding:.6% 1.2%; border:1px solid #f2f2f2; border-radius:28px;}
.dl-search-sec input{outline:none; border:none; width:100%;}
.dl-search-sec a{position:absolute; right:8px; top:8px;}
.dl-search-sec button{height:34px; padding:0 30px 0 20px; line-height:34px; border:none; outline:none; font-weight:700; border-radius:5px; cursor:pointer; background-color:transparent;}
.dl-search-sec button:hover{color:#10a8dc;}
.dl-search-sec button:after{content:"∧"; position:absolute; right:15px;}
.dl-search-sec .downArrow::after{content:"∨";}
.dl-is-search>div{border-bottom:1px solid #f1f1f1; letter-spacing:0; word-spacing:0; font-size:0;}
.dl-is-search>div:last-child{border-bottom:none;}
.dl-is-search label{display:inline-block; width:8%; padding-top:1.1%; color:#394043; font-weight:400; font-size:14px;  text-align:center; vertical-align:top; background-color:#fff;}
.Bblood{display:inline-block; width:90%; padding:.8% 1%; background-color:#fff;}
.Bblood li{display:inline-block; padding:0; margin:.5% 0; border-radius:.4em; font-size:13px;}
.Bblood .action{width:75px; padding:0; }
.Bblood .action>a,.Bblood li a:hover,.Bblood li.app-menu-active a{color:#fff; background-color:#10a8dc;}


.Bblood li a{color:#333; border-radius:3px; padding:4px 15px;}
.Bblood li a:hover{cursor: pointer;}
.dl-class li{position:relative;}
.dl-class-sub{position:absolute; width:225px; padding:10px; /*border-radius:10px;*/ z-index:19; left:-30%; top:20px; display:none; padding-left:15px;}
.dl-class-sub>div{width:205px; padding:10px; background-color:rgba(0,0,0,.7); border-radius:8px; z-index:18; left:100%; top:-20px;}
.dl-class-sub>div:before{content:""; position:absolute; top:3px; left:40px; margin-left:8px; z-index:999; width:0; height:0; border-style:solid; border-width:7px; border-color:rgba(0,0,0,.7) rgba(0,0,0,.7) transparent transparent; -moz-transform:rotate(135deg); -webkit-transform:rotateY(-135deg); -moz-transform:rotate(-135deg); transform:rotate(-45deg); border-top-right-radius:5px;}
.dl-class-sub p{color:#42b1a7;}
.dl-class-sub a{display:inline-block; padding:.3% 2%; margin-right:10%; margin-top:3%;}
.dl-other{border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
.dl-other .Bblood{position:relative;}
.dl-other .Bblood>div{display:inline-block; font-size:14px; margin-right:2%; padding:0 .46%; vertical-align:top; min-width:3%; text-align:center;}
.dl-other i{font-style:normal; margin-left:10px; display:inline-block; vertical-align:middle; font-size:2em; font-weight:100; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg);
}
.dl-other .Bblood>div>a,.dl-other li a{color:#394043;  font-size:13px;}
.dl-other .Bblood>div>a{display:inline-block;}
.dl-other>.Bblood>div:hover{background-color:#f4f4f4;}
.dl-other>.Bblood>div>div{display:none; width:95%; padding:1%; margin-top:30px; position:absolute; left:2.15%; top:14px; text-align:left; z-index:1; background-color:#f4f4f4;}
.dl-other .Bblood>div:hover div,.Bblood li:hover .dl-class-sub{display:block;}
.dl-other li{display:inline-block; margin:.4% 10px .4% 0; margin-right:10px; font-size:14px;}
.dl-other li a{padding:2px 8px;}
.dl-other li a:hover,.action>a,.dl-class-sub>div>a:hover,.dl-class-sub>div>a:hover{background-color:#10a8dc; border-radius:3px;}
.dl-other .action>a,.dl-other li:hover a,.Bblood .dl-class-sub a,.dl-class-sub>div>a:hover{color:#fff;}

/*list*/
.dl-conlist,.dlconbg{padding:0 0 50px 0; background-color:#f8f8f8;}
.dlconbg{padding: 20px 0;}
.dlconbg>div{padding-top:10px; border-radius:5px; background-color:#fff;}
.dl-sort{padding:17px 0 17px 24px; border-bottom:1px solid #f4f4f4; border-top-left-radius:5px; border-top-right-radius:5px; background-color:#fff;}
.dl-sort a{margin-right:70px; font-size:14px;}
.dl-sort .dl-sort-active{color:#10a8dc;}
.dl-con-det{padding:31px 0 20px 35px; border-bottom:1px solid #f4f4f4; background-color:#fff;}
.dldst,.dl-det-top{margin-left:5px; padding:3px 10px; border-radius:20px; color:#fff; position:relative; top:-3px; font-size:13px; font-weight:400; background-color:#10a8dc;line-height: 22px;vertical-align: middle;}
.dl-det-right .dl-det-top:hover{color:#fff; background-color:#10a9dc;}
.dl-list-con div:first-child{border-top-left-radius:5px; border-top-right-radius:5px;}
.dl-con-left .dldst:hover{color:#fff; background-color:#11a0cf;}
.dl-con-left{width:1027px;}
.dl-con-left div{width:256px; height:78px; margin:22px 0 18px 0; float:left;}
.dl-con-left h4{font-size:24px;}
.dl-con-left h4 a:hover{color:#10a8dc;}
.dl-con-left p,.dl-con-left p a,.dl-con-left b,.dl-con-left span,.dl-det-text p,.dl-det-text a,.dl-det-text span,.dl-det-link a{font-size:14px;}
.dl-con-left p{margin-bottom:5px; color:#777;padding-right: 2%;display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
.dl-con-left p.dl-list-btn{width:1000px;}
.dl-con-left p.dl-list-btn a, .dl-con-left p.dl-list-btn span{margin-bottom:8px;
    color: #333;
    margin-right: 10px;}
.dl-con-left div a{color:#777;}
.dl-det-text a,.dl-det-link a{color:#333;}
.dl-con-left b,.dl-det-book span{color:#f00;}
.dl-list-btn a,.dl-det-shou a, .dl-det-shou span{display:inline-block; padding:4px 10px; margin-right:5px; border-radius:20px; color:#849aae; font-size:14px; background-color:#f4f7f9;}
.dl-det-shou a:hover{color:#fff; background-color:#10a8dc;}
.dl-list-btn a:hover{background-color:#10a8dc;}
.dl-list-btn a{padding:5px 10px;}
.dl-con-right{width:100px; margin-top:5px; float:left;}
.dl-con-right a{width:100px; margin-top:19px; padding:6px 0; font-size:13px; border-radius:5px; text-align:center; color:#fff; background-color:#10a8dc;}
.dl-con-right a:hover{color:#fff; background-color:#10a9dc;}
.dl-con-det:hover{
	box-shadow:0 0 35px rgba(0, 0, 0, 0.06);
}
.dl-con-det:hover h4{
	color: #10a8dc;
}
/*分页*/
.dl-pager{height:50px; margin-top:40px; text-align:center; font-size:0;}
.dl-pager a{display:inline-block; padding:9px 16px; border-left:1px solid #cbcbcb; border-top:1px solid #cbcbcb; border-bottom:1px solid #cbcbcb; font-size:12px; color:#666; text-decoration:none; outline:0; background-color:#f8f8f8;}
.pagenumber1{padding:9px 4px 9px 12px; font-size:12px;}
.pagenumber2{padding:9px 12px 9px 4px; font-size:12px; font-size:12px;}
.dl-pager .border-r{border-right:1px solid #cbcbcb;}
.dl-pager span.bordernone{border:0;}
.dl-pager .currentpage,.dl-pager a:hover{background-color:#10a9dc; color:#fff;}
.dl-pager .numbers{padding:9px 0; color:#fd713e; font-size:12px; text-align:center;}
.gopage{outline:0; border:1px solid #cbcbcb; height:34px; padding:0 5px; width:36px; text-indent:1em; font-size:12px; line-height:34px; margin-bottom:11px; background-color:#f6f6f6;}
.dl-pre{margin:0 20px 0 10px;}
.dl-next{margin:0 10px 0 20px;}
.dl-go{display:inline-block; padding:9px 16px; border:1px solid #cbcbcb; cursor:pointer;}


/*详情页*/
.dl-crumbs{height:68px;}
.dl-crumbs li{display:inline-block; margin-right:2px; line-height:68px;}
.dl-crumbs li:after,.dl-crumbs a{font-size:12px; color:rgba(119,119,119,0.95);}
.dl-crumbs li:after{content:">"; margin-left:6px;}
.dl-crumbs .dl-crum:after{display:none;}

.dl-det-box{padding:0 0 30px 0; background-color:#fff;}
.dl-det-left{width:304px; height:416px;}
.dl-det-small{display:none; padding:14px 0 14px 19px; margin-top:10px; border:1px solid #f5f5f5;}
.dl-det-width a{display:inline-block; padding:4px; margin-right:14px; border:1px solid #fff;}
.dl-det-width a:hover,.dl-det-width .dl-det-active{border:1px solid #10a9dc;}
/*.dl-det-big{width:400px; height:410px; opacity:0; z-index:-10; top:0; right:-400px; background-color:#fff; transition:all 1s ease;}
.dl-det-left .dl-det-show{opacity:1; z-index:10;}*/
.dl-det-width{width:276px; overflow:hidden;}
.dl-det-width p{width:1000px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
.dl-det-small span{display:inline-block; width:20px; height:20px; line-height:20px; text-align:center; cursor:pointer; font-size:20px; position:absolute; top:40px;}
.dl-det-prev{left:-5px;}
.dl-det-next{right:-5px;}
.dl-det-right{width:840px;}
.dl-det-right h4, .dl-det-right h1{font-size:36px; font-weight:bold;color: #222;margin-top: -6px;
	line-height: 40px;}
.dl-det-right h4 a, .dl-det-right h1 a{font-weight:400;}
.dl-det-result{margin-top:10px; padding-bottom:10px;}
.dl-det-result p{display:inline-block; margin-right:40px;}
.dl-det-result p:before{content:""; display:inline-block; width:12px; height:13px; margin-right:5px; position:relative; top:1px; background:url(../img/dl-det-result.png) no-repeat;}
.dl-det-result p:nth-child(2):before{background-position:0 -27px;}
.dl-det-result p:nth-child(3):before{background-position:0 -13px;}
.dl-border{border-bottom:1px solid #e3e3e3;}
.dl-det-text{padding-bottom:10px; margin-top:15px;}
.dl-det-text div{width: 33.33%; float:left;}
.dl-det-text p{margin-bottom:7px;padding-right: 5%;display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
.dl-det-link{padding-bottom:10px; margin-top:15px;}
.dl-det-link div:nth-child(1){margin-bottom:8px;}
.dl-det-link span{display:inline-block; width:80px;}
.dl-det-link a, .dl-det-link b{margin-right:10px;display: inline-block; font-weight: normal;}
.dl-det-link p{width:760px; margin-bottom:7px;font-size: 14px;}
.dl-det-book{margin-top:14px;}
.dl-det-book a{color:#10a8dc;}
.dl-det-book a:hover{color:#10a9dc;}
.dl-det-book1{margin-top:25px; color:#666;}
.dl-det-book1 b{color:#333;}
.dl-det-book span{margin-right:20px;}
.dl-det-btn{margin-top:18px;}
.dl-det-btn a{display:inline-block; width:178px; height:48px; margin-right:5px; line-height:48px; font-size:18px; color:#fff; text-align:center; border:1px solid #10a8dc;border-radius: 4px;}
.dl-det-btn .dl-hbtn{color:#10a8dc;}
.dl-qbtn{background-color:#10a8dc;}
.dl-det-btn .dl-qbtn1{background-color:#ff822f;border-color:#ff822f;}
.dl-det-btn .dl-qbtn:hover{background-color:#27b8ea; color:#fff;}
.dl-det-btn .dl-qbtn1:hover{opacity: 1;background-color: #ff9f5f;border-color:#ff9f5f;}
.dl-det-btn .dl-hbtn:hover{color:#fff; background-color:#27b8ea;}
.dl-det-btn span{display:inline-block; width:155px; height:32px; line-height:32px; padding:0 10px; color:#000; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,0.15); position:absolute; top:63px; left:1px; background-color:#fff;}
.dl-det-btn span:after{content:""; border:8px solid transparent; border-bottom:8px solid #fff; position:absolute; top:-15px; left:75px;}

/*投稿流程*/
.dldetbg{padding-top:1px; padding-bottom:20px; background-color:#f8f8f8;}
.dl-det-article{padding:35px 0; margin-bottom:20px; border-radius:7px; background-color:#fff;}
.dl-det-article b{margin-right:40px;}
.dl-det-article p{display:inline-block; margin-right:115px; font-size:18px; position:relative;}
.dl-det-article p:after{content:""; display:inline-block; width:72px; border-bottom:1px dashed #d8d8d8; position:absolute; top:17px; right:-93px;}
.dl-det-article p:last-child:after{display:none;}
.dl-det-article span{display:inline-block; width:40px; height:37px; margin-right:13px; vertical-align:middle; background:url(../img/dl-det-article.png) no-repeat;}
.dl-det-article .dlst1{background-position:0 -39px;}
.dl-det-article .dlst2{background-position:0 -77px;}
.dl-det-article .dlst3{background-position:0 -114px;}

.dl-det-shou a, .dl-det-shou span{margin-bottom:17px;}
.dl-det-adv,.dl-det-adv2{padding:30px 15px 20px 20px;}
.dl-det-adv{background-color:#f9f9f9; cursor:pointer;}
.dl-det-adv img{margin-right:25px;}
.dl-det-adv a,.dl-det-adv2 a{width:100%; height:100%; top:0; left:0;}
.dl-det-adv p{width:620px;}
.dl-det-adv b{margin-bottom:5px; color:#333;}
.dl-det-adv span,.dl-det-adv2 span{width:108px; padding:6px 0; margin-top:-40px; color:#fff; border-radius:50px; background-color:#ff7e30;}
.dl-det-adv:hover span,.dl-det-adv2:hover span{background-color:#f06a19;}
.dl-det-adv2 h5{color:#333;}
.dl-det-adv2{padding-left:95px; background:url(../img/home-face.png) 0 27px no-repeat;}
.dl-det-adv2 p{margin-top:8px;}
.dl-det-adv2 span{margin-top:20px;}




.dl-box-left{width:775px; padding:0 45px 0 45px; border-radius:7px; background-color:#fff; overflow:hidden;}
.dl-box-left h4{margin-bottom:10px; /*padding-left:45px; background:url(../img/dl-det-desc.png) 0 6px no-repeat;*/}
.dl-det-nav{padding-top:30px;}
.dl-det-float>a{display:none; width:120px; padding:6px 0; margin-top:-7px; font-size:16px;}
.dl-det-fixed{position:fixed; top:0; left:0; background-color:#fff; width:100%; z-index:20; box-shadow:0 0 15px rgba(0,0,0,0.15);}
.dl-det-fixed .dl-det-float{padding-left:45px;}
.dl-det-fixed .dl-det-float>a{display:block;}
.dl-det-nav .dl-det-slideractive{color:#10a8dc; text-decoration:none;}
.dl-det-nav p a{display:inline-block; margin-right:60px; font-size:16px; color:#777;}
.dl-det-nav img{top:-15px; right:-25px;}
.dl-det-slider{width:114%; margin:18px 0 0 -45px; border-top:1px solid #e8e8e8;}
.dl-det-slider span{width:88px; border-top:3px solid #10a8dc; top:-3px; left:32px;}
.dl-det-desc p{margin:0 0 30px 0; line-height: 30px; font-size:16px; color:#444;}
.dl-det-dest p{margin:3px 0;}
.dl-det-dest p:nth-child(2){margin-top:20px;}
.dl-det-hide,.comment-deta .dl-replay-box{display:none;}
.dl-det-fast a{display:block; width:180px; float:left; margin-right:18px; padding:23px 0 20px 0;}
.dl-det-fast a:hover p,.dl-det-add a:hover p,.dl-det-fast a:hover h6{color:#10a8dc;}
.dl-det-fast b{width:100px; padding:6px 0; margin:20px auto 0 auto; font-weight:400; color:#fff; border-radius:3px; background-color:#10a8dc;}
.dl-det-fast span{display:inline-block; width:40px; height:40px; background:url(../img/dl-det-fast.png) no-repeat;}
.dlfast1 span{background-position:0 -40px;}
.dlfast2 span{background-position:0 -80px;}
.dlfast3 span{height:41px; background-position:0 -122px;}


/*影响因子*/
.dl-det-table1,.dl-det-table2,.dl-det-table3{max-width:770px; height:370px;}
.dl-det-add a{display:block; width:33%; float:left; padding:30px 0;}
.dl-det-add span{display:inline-block; width:78px; height:64px; background:url(../img/dl-det-add.png) no-repeat;}
.dladd1 span{background-position:0 -64px;}
.dladd2 span{background-position:0 -128px;}
.dl-det-add p{width:70%; margin:17px auto 0 auto;}

/*分期目录*/
.dl-det-year p{width:670px; margin-bottom:7px;}
.dl-det-year span{margin-right:47px;}
.dl-det-year a{margin-right:20px; font-weight:bold; font-size:16px; color:#10a8dc;}
.dl-det-year a:hover{color:#10a9dc;}

/*常见问题*/
.dl-ques div{padding:20px 15px; margin-bottom:10px; background-color:#f7f7f7;}
.dl-ques h5{font-size:18px; font-weight:400; color:#333; cursor:pointer;}
.dl-ques h5:after{content:">"; float:right; font-size:18px; color:#bebebe; transition:all .4s ease;}
.dl-ques .tiact:after{transform:rotate(90deg);}
.dl-ques p{display:none; margin:8px 0; font-size:14px; color:#333;}




/*评论*/
.art-comment{padding-bottom:60px;}
.art-comment h5{padding-bottom:10px; color:#393939; border-bottom:1px solid #eaeaea;}
.art-comment form{width:655px;}
.art-comment>a{padding:13px 0; border:1px solid #f1f1f1; border-radius:30px; color:#333;}
.art-comment>a:hover,.dl-nav-link a:hover{border:1px solid #10a9dc;}
.comment-text{margin-top:35px;}
.comment-text,.comment-box,.art-comment h5{width:705px; margin-left:50px;}
.comment-text textarea,.dl-replay-box textarea{width:632px; height:70px; padding:7px 10px; resize:none; border-radius:5px; color:#333; background-color:#f7f7f7; border:1px solid #fff;}
.comment-text button{width:122px; padding:10px 0; cursor:pointer; border:none; color:#fff; border-radius:3px; background-color:#10a8dc;}
.comment-text button:hover,.art-comment .comment-text button:hover{background-color:#10a9dc;}
.comment-box>div{margin-bottom:35px;}
.comment-deta{width:630px; float:left; margin-left:10px;}
.dl-comment div{display:inline-block; padding:12px 15px; margin-bottom:10px;border-radius:15px; background-color:#f7f7f7;}
.comment-about,.comment-about time{margin-right:10px; color:#bbb; font-size:12px;}
.comment-about a{font-size:13px; color:#10a8dc;}
.comment-about a:hover{color:#10a9dc;}
/*.com-tips{color:red; bottom:15px; left:140px; position:absolute;}
.comment-text .success{color:grren;}*/
.dl-replay-box{display:block;}
.comment-deta .dl-replay-box{margin-top:15px; padding:0; border-radius:0; background-color:transparent;}
.dl-replay-box textarea{width:610px; height:50px; font-size:14px;}
.dl-replay-box p{text-align:right;}
.dl-replay-box a{display:inline-block; padding:5px 10px; color:#fff; fonty-size:12px;}
.dl-replay-box a:hover{color:#fff;}
.dl-replay-box .dl-st-btn2:hover{background-color:#333;}
.dl-replay-box .dl-st-btn1:hover{color:#fff; background-color:#10a9dc;}
.dl-st-btn1{background-color:#10a8dc;}
.dl-st-btn2{margin-right:25px; background-color:#444;}

/*右侧内容*/
.dl-box-right{width:318px; float:right;}
.dl-box-right h5{padding-bottom:16px; font-size:17px; font-weight:400; border-bottom:1px solid #eaeaea; }
.dl-box-right>a img{width:100%;}
.dlblock{padding:30px 22px 25px 22px; border-radius:7px; background-color:#fff;}
.dl-nav-block1 a{display:inline-block; padding:3px 10px; margin:0 10px 11px 0; font-size:12px; color:#333; border-radius:20px; border:1px solid #ededed;}
.dl-nav-block1 a:hover{color:#fff; border-color:#10a8dc; background-color:#10a8dc;}
.dl-nav-block1 h5{font-size:17px; font-weight:400;}
.dl-det-block2>div{margin:22px 0; padding-bottom:22px; border-bottom:1px solid #f6f6f6;}
.dl-det-block2>div:last-child,.dl-det-block3 a:last-child{padding-bottom:0; border:none;}
.dl-det-block2>div>div{width:178px;}
.dl-det-block2>div>div a{margin-bottom:10px; line-height: 20px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden; font-weight:400;}
.dl-det-block2>div>div a:hover{color:#10a8dc;}
.dl-det-block2 span{margin-right:12px; color:#333;}
.dl-det-block2 p{ line-height:24px; margin-top:4px; color:#a2a2a2; font-size: 12px;display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
.dl-det-block3 a{display:block; padding:15px 0 15px 26px; font-size:14px; border-bottom:1px solid #f2f2f2; background:url(../img/dl-det-note.png) 0 20px no-repeat;}
.dl-det-block3 a:hover{color:#10a8dc;}
.dl-relink{padding:0 0 16px 0;}
.dl-relink span{float:left; font-size:14px; color:#666;}
.dl-relink p{width:1045px; margin-left:45px; margin-top:-1px; float:left;}
.dl-relink a{display:inline-block; width:90px; height:24px; line-height:24px; font-size:12px;}

/*侧边导航 2019-9-12*/
.dl-side{display:none;width:92px; height:410px; border-radius:10px; position:fixed; top:150px; right:35px; z-index:12; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.14);}
.dl-side h5{height:37px; line-height:37px; color:#fff; border-top-left-radius:10px; border-top-right-radius:10px; background-color:#10a8dc;}
.dl-side h5 a,.dl-side h5 a:hover{color:#fff;}
.dl-side h5 a{margin-left:-7px;}
.dl-side p{width:65px; margin:0 auto;}
.dl-side p a{display:block; height:62px; font-size:14px; border-bottom:1px dashed #e5e5e5;}
.dl-side .dl-side-icon5{height:auto; margin-top:18px; border-bottom:none; color:#999;}
.dl-side .dl-side-icon5:hover{color:#10a8dc;}
.dl-side h5 i{display:inline-block; margin-top:-3px;}
.dl-side p i{display:block; margin:16px auto 2px auto;}
.dl-side i{width:26px; height:26px; vertical-align:middle; background:url(../img/dl-side.png) no-repeat;}
.dl-side-icon1 i{background-position:0 -26px;}
.dl-side-icon2 i{background-position:0 -52px;}
.dl-side-icon3 i{background-position:0 -78px;}
.dl-side-icon4 i{background-position:0 -104px;}
.dl-side a:hover i{-webkit-animation:turn 1.8s ease; -moz-animation:turn 1.8s ease; -ms-animation:turn 1.8s ease; animation:turn 1.8s ease;}
.dl-side span{display:none; width:165px; height:42px; padding:9px 20px 11px 20px; border-radius:6px; box-shadow:0 0 10px rgba(0,0,0,0.14); position:absolute; top:-22px; left:-245px; background-color:#fafafa;}
.dl-side span:after{content:""; display:inline-block; width:16px; height:33px; background:url(../img/dl-sangle.png) no-repeat; position:absolute; top:15px; right:-14px;}
.dl-side a:hover span{display:block;}
.dl-side b{margin-top:-6px;}
.clear{clear:both;}
.dlcjjl .box-title{height:auto; line-height:1.8; margin-bottom:10px; font-size:20px; color:#333; font-weight:bold; text-align:left;}

@-webkit-keyframes turn{
	0{-webkit-transform:rotateY(0deg);}
	100%{-webkit-transform:rotateY(360deg);}
}
@-moz-keyframes turn{
	0{-moz-transform:rotateY(0deg);}
	100%{-moz-transform:rotateY(360deg);}
}
@-ms-keyframes turn{
	0{-ms-transform:rotateY(0deg);}
	100%{-ms-transform:rotateY(360deg);}
}
@keyframes turn{
	0{transform:rotateY0deg);}
	100%{transform:rotateY(-360deg);}
}
/*侧边导航 2019-9-12*/

@media screen and (max-width:1200px){
	.dl-wrap{width:1200px;}
}
.yfb_index_qktjlists{
	height: 100px;
	background-color: #fff;
	border-bottom: solid 1px #f1f1f1;
}
.yfb_index_qktjlists ul li{
	position: relative;
	padding-left: 54px;
	margin-top: 28px;
}
.yfb_index_qktjlists ul li::before{
	content: "";
	display: inline-block;
	width: 40px;
	height: 35px;
	background: url(../images/icon_index_qktjlists.png) no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 6px;
}
.yfb_index_qktjlists ul li:first-of-type::before{
	background-position: 7px 0;
}
.yfb_index_qktjlists ul li:nth-of-type(2)::before{
	background-position: -316px 0;
}
.yfb_index_qktjlists ul li:nth-of-type(3)::before{
	background-position: -647px 0;
}
.yfb_index_qktjlists ul li:nth-of-type(4)::before{
	background-position: -971px 0;
}
.yfb_index_qktjlists ul li b{
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
}
.yfb_index_qktjlists ul li p{
	font-size: 12px;
	color: #777;
}


@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1472441378'); /* IE9*/
  src: url('iconfont.eot?t=1472441378#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff?t=1472441378') format('woff'), /* chrome, firefox */
  url('iconfont.ttf?t=1472441378') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1472441378#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-sitting:before { content: "\e64c"; }
.icon-tag:before { content: "\e64d"; }
.icon-unlock:before { content: "\e655"; }
.icon-money:before { content: "\e663"; }
.icon-people3:before { content: "\e664"; }
.icon-mac:before { content: "\e667"; }
.icon-windows:before { content: "\e668"; }
.icon-android:before { content: "\e669"; }
.icon-answer:before { content: "\e604"; }
.icon-app:before { content: "\e605"; }
.icon-camera:before { content: "\e608"; }
.icon-cart:before { content: "\e60a"; }
.icon-code:before { content: "\e60c"; }
.icon-delete:before { content: "\e60f"; }
.icon-deliver:before { content: "\e611"; }
.icon-display:before { content: "\e612"; }
.icon-enclosure:before { content: "\e617"; }
.icon-favor:before { content: "\e619"; }
.icon-home:before { content: "\e626"; }
.icon-lock:before { content: "\e62d"; }
.icon-message:before { content: "\e631"; }
.icon-my:before { content: "\e635"; }
.icon-service:before { content: "\e649"; }
.icon-record:before { content: "\e63f"; }
.icon-roundcheck:before { content: "\e646"; }
.icon-notification:before { content: "\e637"; }
.icon-menu:before { content: "\e630"; }
.icon-edit:before { content: "\e615"; }
.icon-download:before { content: "\e614"; }
.icon-information:before { content: "\e627"; }
.icon-more:before { content: "\e633"; }
.icon-refresh:before { content: "\e640"; }
.icon-anquan:before { content: "\e649"; }
.icon-dibiao:before { content: "\e64d"; }
.icon-fenxiang:before { content: "\e650"; }
.icon-jiaxingshoucang:before { content: "\e651"; }
.icon-qian:before { content: "\e655"; }
.icon-selectionfill:before { content: "\e6e1"; }
.icon-sort:before { content: "\e700"; }
.icon-qiang:before { content: "\e70b"; }
.icon-choiceness:before { content: "\e715"; }
.icon-choicenessfill:before { content: "\e714"; }
.icon-roundclose:before { content: "\e659"; }
.icon-roundclosefill:before { content: "\e658"; }
.icon-rechargefill:before { content: "\e6ec"; }
.icon-recharge:before { content: "\e6ed"; }
.icon-infofill:before { content: "\e6e4"; }
.icon-info:before { content: "\e6e5"; }
.icon-attentionforbid:before { content: "\e7b2"; }
.icon-attentionforbidfill:before { content: "\e7b3"; }
.icon-full:before { content: "\e7bc"; }
.icon-lightfill:before { content: "\e6f8"; }
.icon-light:before { content: "\e6fa"; }
.icon-questionfill:before { content: "\e690"; }
.icon-question:before { content: "\e691"; }
.icon-roundcheckfill:before { content: "\e656"; }
.icon-roundcheck1:before { content: "\e657"; }
.icon-likefill:before { content: "\e668"; }
.icon-like:before { content: "\e669"; }
.icon-timefill:before { content: "\e65e"; }
.icon-time:before { content: "\e65f"; }
.icon-appreciatelight:before { content: "\e7a0"; }
.icon-musicfill:before { content: "\e795"; }
.icon-musicforbidfill:before { content: "\e796"; }
.icon-sortlight:before { content: "\e7ad"; }
.icon-forwardfill:before { content: "\e6ea"; }
.icon-forward:before { content: "\e6eb"; }
.icon-wifi:before { content: "\e6f2"; }
.icon-favorfill:before { content: "\e64b"; }
.icon-favor1:before { content: "\e64c"; }
.icon-roundaddfill:before { content: "\e6d8"; }
.icon-roundadd:before { content: "\e6d9"; }
.icon-squarecheck:before { content: "\e6d6"; }
.icon-square:before { content: "\e6d5"; }
.icon-squarecheckfill:before { content: "\e6d4"; }
.icon-round:before { content: "\e6d7"; }
.icon-appreciate:before { content: "\e644"; }
.icon-message1:before { content: "\e6bc"; }
.icon-bangzhuzhongxin:before { content: "\e78f"; }
.icon-xiangshang3:before { content: "\e76f"; }
.icon-xiangxia5:before { content: "\e774"; }
.icon-xiangyou2:before { content: "\e776"; }
.icon-xiangzuo2:before { content: "\e77a"; }
.icon-xinxifill:before { content: "\e762"; }
.icon-xinxi:before { content: "\e763"; }
.icon-guanbi1:before { content: "\e723"; }
.icon-guanbi2fill:before { content: "\e724"; }
.icon-guanbi2:before { content: "\e725"; }
.icon-jiahao:before { content: "\e726"; }
.icon-jiahao1:before { content: "\e727"; }
.icon-jianhao:before { content: "\e729"; }
.icon-jiahao2fill:before { content: "\e728"; }
.icon-tishifill:before { content: "\e72a"; }
.icon-tishi:before { content: "\e72b"; }
.icon-wenhaofill:before { content: "\e72c"; }
.icon-wenhao:before { content: "\e72d"; }
.icon-xuanze:before { content: "\e72e"; }
.icon-yuanxingweixuanzhong:before { content: "\e72f"; }
.icon-yuanxingxuanzhongfill:before { content: "\e730"; }
.icon-yuanxingxuanzhong:before { content: "\e731"; }
.icon-danxuanfill:before { content: "\e71e"; }
.icon-danxuan:before { content: "\e71f"; }
.icon-fangxingweixuanzhong:before { content: "\e720"; }
.icon-fangxingxuanzhongfill:before { content: "\e721"; }
.icon-fangxingxuanzhong:before { content: "\e722"; }
.icon-gengduo:before { content: "\e73a"; }
.icon-fenxiang1:before { content: "\e739"; }
.icon-biaoxingfill:before { content: "\e732"; }
.icon-biaoxing:before { content: "\e733"; }
.icon-liuyanfill:before { content: "\e743"; }
.icon-liuyan:before { content: "\e744"; }
.icon-pengyoufill:before { content: "\e745"; }
.icon-pengyou:before { content: "\e746"; }
.icon-chexiao:before { content: "\e734"; }
.icon-saoma:before { content: "\e749"; }
.icon-shouye:before { content: "\e751"; }
.icon-shouyefill:before { content: "\e750"; }
.icon-shizhong:before { content: "\e74f"; }
.icon-shizhongfill:before { content: "\e74e"; }
.icon-sousuo:before { content: "\e752"; }
.icon-sousuoleimufill:before { content: "\e753"; }
.icon-sousuoleimu:before { content: "\e754"; }
.icon-zuobiao:before { content: "\e769"; }
.icon-zuobiaofill:before { content: "\e768"; }
.icon-shuaxin:before { content: "\e782"; }
.icon-xiangji1fill:before { content: "\e77e"; }
.icon-xiangji1:before { content: "\e77f"; }
.icon-xiangji2:before { content: "\e780"; }
.icon-gouwuchetianjia:before { content: "\e640"; }
.icon-new:before { content: "\e667"; }
.icon-mian:before { content: "\e67e"; }
.icon-yonghu:before { content: "\e633"; }
.icon-print:before { content: "\e6c9"; }
.icon-servicezhengpinbaozhang:before { content: "\f024c"; }
.icon-new1:before { content: "\f0180"; }
.icon-shuji:before { content: "\e64e"; }
.icon-xiangji11:before { content: "\e82f"; }
.icon-xiangji:before { content: "\e830"; }
.icon-weibo3:before { content: "\e810"; }
.icon-weibo:before { content: "\e811"; }
.icon-weixin1:before { content: "\e812"; }
.icon-weixin2:before { content: "\e813"; }
.icon-weixin3:before { content: "\e814"; }
.icon-weixin4:before { content: "\e815"; }
.icon-weixin5:before { content: "\e816"; }
.icon-weixin6:before { content: "\e817"; }
.icon-weixin:before { content: "\e818"; }
.icon-weixin11:before { content: "\e819"; }
.icon-tupian1:before { content: "\e803"; }
.icon-tupian2:before { content: "\e804"; }
.icon-tupian4:before { content: "\e806"; }
.icon-tupian:before { content: "\e807"; }
.icon-tupian3:before { content: "\e805"; }
.icon-tushu:before { content: "\e808"; }
.icon-tushuguan:before { content: "\e809"; }
.icon-tushushi:before { content: "\e80a"; }
.icon-weibo1:before { content: "\e80e"; }
.icon-weibo2:before { content: "\e80f"; }
.icon-tengxun:before { content: "\e7f0"; }
.icon-tengxunweibo1:before { content: "\e7f1"; }
.icon-tengxunweibo2:before { content: "\e7f2"; }
.icon-tengxunweibo:before { content: "\e7f3"; }
.icon-qianbaopengyou:before { content: "\e79e"; }
.icon-renren1:before { content: "\e7ba"; }
.icon-re:before { content: "\e7b9"; }
.icon-renren:before { content: "\e7bb"; }
.icon-renrenwang:before { content: "\e7bc"; }
.icon-qq:before { content: "\e61b"; }
.icon-qqkongjian2:before { content: "\e61c"; }
.icon-qqkongjian3:before { content: "\e61d"; }
.icon-qqkongjian4:before { content: "\e61e"; }
.icon-qqkongjian5:before { content: "\e61f"; }
.icon-qqkongjianyuandi:before { content: "\e621"; }
.icon-qq1:before { content: "\e617"; }
.icon-qq3:before { content: "\e618"; }
.icon-qq4:before { content: "\e619"; }
.icon-31rexiao:before { content: "\e602"; }
.icon-servicefill:before { content: "\e622"; }
.icon-bianji1:before { content: "\e63f"; }
.icon-bianji2:before { content: "\e640"; }
.icon-code1:before { content: "\e605"; }
.icon-servicezengyunfeixian:before { content: "\e627"; }
.icon-servicezhidingwuliu:before { content: "\e629"; }
.icon-serviceqitiantuihuan:before { content: "\e623"; }
.icon-serviceshandiantuikuan:before { content: "\e625"; }
.icon-servicequanguolianbao:before { content: "\e624"; }
.icon-servicewunianzhibao:before { content: "\e626"; }
.icon-gouwuche2:before { content: "\e6ed"; }
.icon-liebiao13:before { content: "\e762"; }
.icon-butie1:before { content: "\e658"; }
.icon-dianhua2:before { content: "\e6a0"; }
.icon-dengdaiyuan:before { content: "\e69b"; }
.icon-piping:before { content: "\e792"; }
.icon-zanyang:before { content: "\e876"; }

/* showDialog */
#SD_HideSelect {position:fixed;top:0px;left:0px;z-index:999;width:100%;height:100%;background:#FFFFFF;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
* html #SD_HideSelect {position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#SD_overlay {position:fixed;top:0px;left:0px;z-index:1000;width:100%;height:100%;}
* html #SD_overlay {position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
.SD_overlayBG {background:#000000;filter:alpha(opacity=50);-moz-opacity:0.50;opacity:0.50;}
.SD_overlayBG2 {background:#FFFFFF;filter:alpha(opacity=20);-moz-opacity:0.20;opacity:0.20;}
.SD_bg {background:#333333;filter:alpha(opacity=30);-moz-opacity:0.30;opacity:0.30;width:9px;height:9px;overflow:hidden;}
#SD_window {position:absolute;top:0px;left:0px;z-index:1000;overflow:hidden;display:none;}
#SD_container {position:relative;z-index:1005;background:#FFFFFF;border:1px solid #888888;float:left;}
#SD_container h3 {height:30px;line-height:30px;background:#F6F6F6;border-bottom:1px solid #CDCDCD;text-indent:10px;color:#336699;font-size:14px;font-weight:bold;cursor:move;}
#SD_body {padding:15px;white-space:normal;}
#SD_body, #SD_body div, #SD_body p, #SD_body td {color:#000000;}
#SD_button {padding:10px 0px;background:#F6F6F6;border-top:1px solid #CDCDCD;text-align:right;display:none;}
#SD_button a {margin-right:10px;padding:6px 10px 4px;background:#00c1c8;border-width:1px;border-style:solid;white-space:nowrap;display:inline-block;color:#FFFFFF;font-size:14px;text-align:center;cursor:pointer;}
#SD_button a:hover {text-decoration:none;}
#SD_close {position:absolute;top:6px;right:10px;z-index:1005;width:17px;height:17px;border:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAiCAIAAAA24aWuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADaSURBVDhPrVPRCYMwEM02DiG4hQM4gW7gbLUfhoBOUfpX6AbtkT7hPB8hjR4PTN69x+XOxD2898Nw77oczH3/XBYnH5NIYxlHZ6gcnPZ8YmiGksQjkWAE9myQRBFWh8qkHwi3MFkBnwHkzCC4og6E+f1AokTY723EoxlK8hmkUeQpudcl7+c1Tb5pblWVg7mu3yE4+ZhEGmvbOkPl4LTn9/s0Q0nikUgwAns2SKIIq0Nl0g+EW5isgM8AcmYQXFEHwvx+IFEi7Pc24tEMJfkM0ijylNzrv99PCF+W8o74YJij0AAAAABJRU5ErkJggg==) no-repeat 0px 0px;display:none;}
#SD_close:hover {background-position:0px -17px;}

.yfb_block_scishow .newtip{
	font-size: 14px;
	color: #ff0000;
}